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)
Mon, Aug 10, 9:49 AM
Unknown Object (File)
Mon, Aug 10, 7:53 AM
Unknown Object (File)
Thu, Jul 30, 12:05 PM
Unknown Object (File)
Thu, Jul 30, 12:04 PM
Unknown Object (File)
Thu, Jul 30, 12:04 PM
Unknown Object (File)
Tue, Jul 28, 4:30 PM
Unknown Object (File)
Sat, Jul 25, 4:30 PM
Unknown Object (File)
Jul 13 2026, 12:53 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