openssl/crypto/aes
2002-01-26 04:45:37 +00:00
..
.cvsignore - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes.h Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
aes_cbc.c Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
aes_core.c Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
aes_ecb.c Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
aes_locl.h - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes_misc.c Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
Makefile.ssl It looks like I didn't remove everything that has to do with the 2002-01-26 04:45:37 +00:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +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.