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)
Wed, Nov 5, 1:54 PM
Unknown Object (File)
Mon, Nov 3, 3:23 PM
Unknown Object (File)
Thu, Oct 30, 7:03 PM
Unknown Object (File)
Fri, Oct 24, 8:31 PM
Unknown Object (File)
Sat, Oct 18, 2:41 PM
Unknown Object (File)
Fri, Oct 17, 10:55 PM
Unknown Object (File)
Oct 10 2025, 10:33 PM
Unknown Object (File)
Oct 9 2025, 6:09 PM
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