NetBSD/sys/crypto/aes
rin d50adbc140 Fix build with clang for earmv7hf; loadroundkey() is used only for __aarch64__. 2020-11-21 08:09:21 +00:00
..
arch Fix build with clang for earmv7hf; loadroundkey() is used only for __aarch64__. 2020-11-21 08:09:21 +00:00
aes.h Split aes_cbc_* and aes_xts_* into their own header files. 2020-07-25 22:14:35 +00:00
aes_bear.c Implement AES-CCM with BearSSL's bitsliced 32-bit aes_ct. 2020-07-25 22:28:27 +00:00
aes_bear.h Provide the standard AES key schedule. 2020-06-29 23:36:59 +00:00
aes_cbc.h Split aes_cbc_* and aes_xts_* into their own header files. 2020-07-25 22:14:35 +00:00
aes_ccm.c Add hack to compile aes_ccm_tag() with -O0 for m68k for GCC8. 2020-08-10 06:27:29 +00:00
aes_ccm.h Gather auth[16] and ctr[16] into one authctr[32]. 2020-07-27 20:44:30 +00:00
aes_ccm_mbuf.c New aes_ccm API. 2020-07-25 22:15:55 +00:00
aes_ccm_mbuf.h New aes_ccm API. 2020-07-25 22:15:55 +00:00
aes_ct.c New test sys/crypto/aes/t_aes. 2020-06-30 20:32:10 +00:00
aes_ct_dec.c Provide the standard AES key schedule. 2020-06-29 23:36:59 +00:00
aes_ct_enc.c
aes_impl.c New sysctl subtree kern.crypto. 2020-07-27 20:45:15 +00:00
aes_impl.h Push CBC-MAC and CCM block updates into the aes_impl API. 2020-07-25 22:27:53 +00:00
aes_selftest.c aes(9): Fix edge case in bitsliced SSE2 AES-CBC decryption. 2020-09-08 22:48:24 +00:00
aes_xts.h Split aes_cbc_* and aes_xts_* into their own header files. 2020-07-25 22:14:35 +00:00
files.aes Remove now-unused legacy rijndael API. 2020-07-25 22:40:08 +00:00