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, Nov 21, 11:06 PM
Unknown Object (File)
Oct 26 2023, 1:35 PM
Unknown Object (File)
Oct 19 2023, 11:55 PM
Unknown Object (File)
Oct 6 2023, 2:17 AM
Unknown Object (File)
Sep 23 2023, 4:35 AM
Unknown Object (File)
Aug 10 2023, 6:47 AM
Unknown Object (File)
Aug 10 2023, 6:46 AM
Unknown Object (File)
Aug 10 2023, 6: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