M7350/bootable/bootloader/lk/lib/openssl/crypto/aes
2024-09-09 08:52:07 +00:00
..
asm M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_cbc.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_cfb.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_core.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_ctr.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_ecb.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_ige.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_locl.h M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_misc.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_ofb.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_wrap.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes_x86core.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
aes.h M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
README M7350v1_en_gpl 2024-09-09 08:52:07 +00:00

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.