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, Oct 10, 10:33 PM
Unknown Object (File)
Thu, Oct 9, 6:09 PM
Unknown Object (File)
Thu, Oct 9, 6:09 PM
Unknown Object (File)
Thu, Oct 9, 6:09 PM
Unknown Object (File)
Thu, Oct 9, 3:58 PM
Unknown Object (File)
Wed, Oct 8, 2:43 PM
Unknown Object (File)
Wed, Oct 8, 2:19 AM
Unknown Object (File)
Wed, Sep 24, 2:54 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