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, Dec 20, 11:32 PM
Unknown Object (File)
Fri, Dec 20, 10:39 PM
Unknown Object (File)
Fri, Dec 20, 8:02 PM
Unknown Object (File)
Mon, Dec 9, 4:14 PM
Unknown Object (File)
Nov 30 2024, 10:53 AM
Unknown Object (File)
Nov 29 2024, 5:06 PM
Unknown Object (File)
Nov 29 2024, 2:06 PM
Unknown Object (File)
Nov 27 2024, 6:30 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