freebsd-dev/sys/crypto/aesni
John Baldwin b0b2161ce4 Fix AES-CCM requests with an AAD size smaller than a single block.
The amount to copy for the first block is the minimum of the size of
the AAD region or the remaining space in the first block.

Reported by:	cryptocheck -z
MFC after:	2 weeks
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D25140
2020-06-12 21:33:02 +00:00
..
aesencdec.h
aeskeys_amd64.S
aeskeys_i386.S
aesni_ccm.c Fix AES-CCM requests with an AAD size smaller than a single block. 2020-06-12 21:33:02 +00:00
aesni_ghash.c
aesni_os.h
aesni_wrap.c
aesni.c Adjust crypto_apply function callbacks for OCF. 2020-06-10 21:18:19 +00:00
aesni.h Adjust crypto_apply function callbacks for OCF. 2020-06-10 21:18:19 +00:00
intel_sha1.c
intel_sha256.c
sha_sse.h