freebsd-dev/sys/crypto/aesni
John Baldwin 6e17a2e00d crypto: Validate AES-GCM IV length in check_csp().
This centralizes the check for valid nonce lengths for AES-GCM.

While here, remove some duplicate checks for valid AES-GCM tag lengths
from ccp(4) and ccr(4).

Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33194
2021-12-09 11:52:41 -08:00
..
aesencdec.h Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
aeskeys_amd64.S
aeskeys_i386.S
aesni_ccm.c aesni: Support AES-CCM requests with a truncated tag. 2021-10-06 14:08:48 -07:00
aesni_ghash.c aesni: Avoid a potential out-of-bounds load in AES_GCM_encrypt() 2021-11-16 13:30:22 -05:00
aesni_os.h
aesni_wrap.c aesni: Avoid a potential out-of-bounds load in aes_encrypt_icm() 2021-08-30 14:22:20 -04:00
aesni.c crypto: Validate AES-GCM IV length in check_csp(). 2021-12-09 11:52:41 -08:00
aesni.h aesni: Support AES-CCM requests with a truncated tag. 2021-10-06 14:08:48 -07:00
intel_sha1.c
intel_sha256.c
sha_sse.h