freebsd-nq/sys/crypto/aesni
Mark Johnston 098c902b52 aesni: Ensure that key schedules are aligned
Rather than depending on malloc() returning 16-byte aligned chunks,
allocate some extra pad bytes and ensure that key schedules are
appropriately aligned.

Reviewed by:	kib
MFC after:	2 weeks
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D28157
2021-01-18 17:07:56 -05: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 aesni: Ensure that key schedules are aligned 2021-01-18 17:07:56 -05:00
aesni.h aesni: Ensure that key schedules are aligned 2021-01-18 17:07:56 -05:00
intel_sha1.c
intel_sha256.c
sha_sse.h