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)
Thu, Aug 14, 10:50 PM
Unknown Object (File)
Thu, Aug 14, 10:17 PM
Unknown Object (File)
Wed, Aug 13, 10:53 PM
Unknown Object (File)
Sat, Aug 9, 12:52 AM
Unknown Object (File)
Fri, Aug 8, 8:42 PM
Unknown Object (File)
Sun, Aug 3, 7:06 AM
Unknown Object (File)
Sat, Aug 2, 2:01 AM
Unknown Object (File)
Fri, Aug 1, 8:46 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