openssl/crypto/aes
Geoff Thorpe e4dd79bbc8 - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid
undefined functions (memset, etc).
- Put a .cvsignore in the aes directory too.
2002-01-05 12:55:08 +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 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.