opnsense-src/sys/crypto
John Baldwin f7944490c7 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

(cherry picked from commit d256a06fe8)
2023-05-09 10:41:33 +02:00
..
aesni aesni: Remove misleading array bounds for aesni_decryt_ecb. 2023-05-09 10:41:33 +02:00
armv8 Fix the IV length in the armv8 AES GCM code 2022-09-21 10:45:52 +01:00
blake2 Add a <machine/fpu.h> for i386 that includes <machine/npx.h>. 2020-10-13 17:26:12 +00:00
camellia crypto(4): Fix a few typos in camellia.c 2021-09-07 09:23:33 +02:00
ccp crypto: Validate AES-GCM IV length in check_csp(). 2022-04-29 13:50:04 -07:00
chacha20 crypto: Permit variable-sized IVs for ciphers with a reinit hook. 2021-10-21 13:47:58 -07:00
des Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
libsodium crypto: Add an API supporting curve25519. 2022-07-13 12:28:41 -07:00
openssl OpenSSL: Regen assembly files for OpenSSL 1.1.1t 2023-02-07 17:39:41 -05:00
rc4 Revert previous commit... 2012-10-10 08:36:38 +00:00
rijndael Consistently use C99 fixed-width types in the in-kernel crypto code. 2020-11-03 22:27:54 +00:00
sha2 sha512_224: Fix SHA512_224_Final() on little-endian machines. 2023-02-09 21:32:56 +01:00
siphash Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00
skein Consistently use C99 fixed-width types in the in-kernel crypto code. 2020-11-03 22:27:54 +00:00
via Add a <machine/fpu.h> for i386 that includes <machine/npx.h>. 2020-10-13 17:26:12 +00:00
chacha20_poly1305.c <crypto/chacha20_poly1305>: Fix operations with 8 byte nonce. 2022-11-14 17:39:54 -08:00
chacha20_poly1305.h crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers. 2022-07-13 12:25:55 -07:00
curve25519.c crypto: Add an API supporting curve25519. 2022-07-13 12:28:41 -07:00
curve25519.h crypto: Add an API supporting curve25519. 2022-07-13 12:28:41 -07:00
intake.h Implement boot-time encryption key passing (keybuf) 2017-04-01 05:05:22 +00:00
sha1.c Replace some K&R function definitions with ANSI C. 2020-11-03 22:32:30 +00:00
sha1.h Consistently use C99 fixed-width types in the in-kernel crypto code. 2020-11-03 22:27:54 +00:00