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)
Sat, Jan 18, 7:25 PM
Unknown Object (File)
Fri, Jan 17, 11:51 PM
Unknown Object (File)
Fri, Jan 17, 7:36 PM
Unknown Object (File)
Thu, Jan 16, 7:26 PM
Unknown Object (File)
Wed, Jan 15, 7:28 PM
Unknown Object (File)
Tue, Jan 14, 7:25 PM
Unknown Object (File)
Mon, Jan 13, 7:27 PM
Unknown Object (File)
Mon, Jan 13, 2:05 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