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)
Sun, Mar 8, 3:38 PM
Unknown Object (File)
Thu, Mar 5, 4:25 PM
Unknown Object (File)
Thu, Mar 5, 5:22 AM
Unknown Object (File)
Mon, Mar 2, 8:12 PM
Unknown Object (File)
Fri, Feb 27, 1:30 AM
Unknown Object (File)
Thu, Feb 26, 2:53 PM
Unknown Object (File)
Thu, Feb 26, 7:24 AM
Unknown Object (File)
Mon, Feb 23, 5:22 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