2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-07 19:38:33 +08:00
openssl/crypto/aes
2008-11-02 13:15:06 +00:00
..
asm
.cvsignore
aes_cbc.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_cfb.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_core.c
aes_ctr.c Fix asserts. Fix incorrect dependency. 2008-11-02 13:15:06 +00:00
aes_ecb.c
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h
aes_misc.c
aes_ofb.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_wrap.c
aes_x86core.c
aes.h size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
Makefile Fix asserts. Fix incorrect dependency. 2008-11-02 13:15:06 +00:00
README

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.