Page MenuHomeFreeBSD

cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM.
ClosedPublic

Authored by jhb on Sep 24 2021, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 23, 5:32 PM
Unknown Object (File)
Tue, May 23, 5:32 PM
Unknown Object (File)
Tue, May 23, 5:31 PM
Unknown Object (File)
Fri, May 19, 8:42 PM
Unknown Object (File)
Thu, May 11, 4:10 AM
Unknown Object (File)
Tue, May 9, 1:56 AM
Unknown Object (File)
Mar 22 2023, 6:11 PM
Unknown Object (File)
Mar 5 2023, 7:44 AM
Subscribers

Details

Summary

Rather than copying crp_iv to a local array on the stack that is then
passed to xform reinit routines, pass crp_iv directly and remove the
local copy.

Sponsored by: Chelsio Communications, The FreeBSD Foundation

Diff Detail

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