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)
Fri, Nov 8, 7:54 AM
Unknown Object (File)
Thu, Nov 7, 2:53 PM
Unknown Object (File)
Tue, Nov 5, 2:40 PM
Unknown Object (File)
Oct 17 2024, 5:12 AM
Unknown Object (File)
Oct 17 2024, 4:01 AM
Unknown Object (File)
Oct 17 2024, 2:18 AM
Unknown Object (File)
Oct 16 2024, 2:53 AM
Unknown Object (File)
Oct 15 2024, 4:28 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