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, Mar 7, 6:36 PM
Unknown Object (File)
Feb 21 2024, 9:09 AM
Unknown Object (File)
Feb 21 2024, 9:09 AM
Unknown Object (File)
Feb 21 2024, 9:08 AM
Unknown Object (File)
Feb 21 2024, 1:54 AM
Unknown Object (File)
Feb 18 2024, 8:23 AM
Unknown Object (File)
Feb 14 2024, 9:39 PM
Unknown Object (File)
Jan 12 2024, 9:49 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