freebsd-dev/sys/crypto
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
..
aesni Fix AES-CCM requests with an AAD size smaller than a single block. 2020-06-12 21:33:02 +00:00
armv8 Add a crypto capability flag for accelerated software drivers. 2020-06-09 22:26:07 +00:00
blake2 Adjust crypto_apply function callbacks for OCF. 2020-06-10 21:18:19 +00:00
camellia
ccp Add support for optional separate output buffers to in-kernel crypto. 2020-05-25 22:12:04 +00:00
chacha20 Improve support for stream ciphers in the software encryption interface. 2020-05-22 16:29:09 +00:00
des
libsodium
rc4
rijndael
sha2
siphash
skein Rename skein_block_asm.s to .S and assemble using Clang IAS 2020-06-06 00:35:41 +00:00
via Adjust crypto_apply function callbacks for OCF. 2020-06-10 21:18:19 +00:00
intake.h
sha1.c
sha1.h