opnsense-src/sys/dev/cxgbe/crypto
John Baldwin d1d4ac2dbd cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM.
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.

Reviewed by:	markj
Sponsored by:	Chelsio Communications, The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D32106

(cherry picked from commit 5ae5ed5b8f)
2021-10-21 14:03:45 -07:00
..
t4_crypto.c cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM. 2021-10-21 14:03:45 -07:00
t4_crypto.h Add support for AES-CCM to ccr(4). 2019-04-24 23:31:46 +00:00
t4_kern_tls.c cxgbe(4): Overhaul CLIP (Compressed Local IPv6) table management. 2021-10-20 10:05:02 -07:00
t4_keyctx.c Explicitly zero AES key schedules on the stack. 2020-06-03 22:18:21 +00:00