freebsd-dev/sys/crypto/aesni
John Baldwin d256a06fe8 aesni: Remove misleading array bounds for aesni_decryt_ecb.
All the other functions used pointers for from/to instead of
fixed-size array parameters.  More importantly, this function can
accept pointers to buffers of multiple blocks, not just a single
block.

Reported by:	GCC -Warray-parameter
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D37547
2022-12-07 12:32:19 -08:00
..
aesencdec.h
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: Fix an out-of-bounds read in AES_GCM_decrypt() 2021-12-16 09:17:06 -05:00
aesni_os.h
aesni_wrap.c aesni: Remove misleading array bounds for aesni_decryt_ecb. 2022-12-07 12:32:19 -08:00
aesni.c crypto: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07: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