openssl/crypto/aes
Richard Levitte 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of
crypto/rijndael.  Additionally, I applied the AES integration patch
from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
properly with the normal EVP constructs (and incidently work the same
way as all other symmetric cipher implementations).

This results in an API that looks a lot like the rest of the OpenSSL
cipher suite.
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 Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +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
aes.h Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00
Makefile.ssl Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +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.