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, Nov 11, 7:02 PM
Unknown Object (File)
Mon, Nov 11, 6:44 PM
Unknown Object (File)
Oct 5 2024, 11:05 PM
Unknown Object (File)
Oct 1 2024, 6:21 PM
Unknown Object (File)
Sep 29 2024, 8:27 PM
Unknown Object (File)
Sep 29 2024, 8:24 PM
Unknown Object (File)
Sep 29 2024, 6:20 PM
Unknown Object (File)
Sep 27 2024, 9:42 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