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
F117167562: D32106.diff
Wed, May 14, 8:57 PM
F117141223: D32106.diff
Wed, May 14, 1:48 PM
Unknown Object (File)
Mar 21 2025, 4:18 AM
Unknown Object (File)
Mar 19 2025, 10:49 AM
Unknown Object (File)
Feb 25 2025, 4:18 PM
Unknown Object (File)
Feb 22 2025, 4:35 PM
Unknown Object (File)
Feb 22 2025, 5:31 AM
Unknown Object (File)
Feb 22 2025, 4:37 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