Page MenuHomeFreeBSD

cryptosoft: Consolidate calls to explicit_bzero.
ClosedPublic

Authored by jhb on Dec 17 2021, 12:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 8:28 PM
Unknown Object (File)
Sun, Mar 29, 5:05 PM
Unknown Object (File)
Sun, Mar 29, 11:23 AM
Unknown Object (File)
Sun, Mar 29, 4:19 AM
Unknown Object (File)
Sun, Mar 29, 1:44 AM
Unknown Object (File)
Fri, Mar 27, 8:57 PM
Unknown Object (File)
Mar 11 2026, 10:03 AM
Unknown Object (File)
Mar 4 2026, 5:40 PM
Subscribers

Details

Summary

Group sensitive on-stack variables into anonymous structs so that they
can be cleared with a single call to explicit_bzero rather than
multiple calls.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable