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)
Wed, Mar 11, 10:03 AM
Unknown Object (File)
Wed, Mar 4, 5:40 PM
Unknown Object (File)
Wed, Mar 4, 11:11 AM
Unknown Object (File)
Feb 8 2026, 3:25 PM
Unknown Object (File)
Feb 8 2026, 8:03 AM
Unknown Object (File)
Jan 31 2026, 2:23 PM
Unknown Object (File)
Jan 12 2026, 12:43 PM
Unknown Object (File)
Jan 10 2026, 7:29 AM
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