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, Feb 25, 4:18 PM
Unknown Object (File)
Sat, Feb 22, 4:35 PM
Unknown Object (File)
Sat, Feb 22, 5:31 AM
Unknown Object (File)
Sat, Feb 22, 4:37 AM
Unknown Object (File)
Jan 18 2025, 7:25 PM
Unknown Object (File)
Jan 17 2025, 11:51 PM
Unknown Object (File)
Jan 17 2025, 7:36 PM
Unknown Object (File)
Jan 16 2025, 7:26 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