openssl/crypto/aes
Richard Levitte 97879bcd57 Add the modes OFB128, CFB128 and CTR128 to AES.
Submitted by Stephen Sprunk <stephen@sprunk.org>
2002-02-16 12:20:34 +00:00
..
.cvsignore
aes_cbc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_cfb.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_core.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ctr.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ecb.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_locl.h Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_misc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ofb.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes.h Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
Makefile.ssl Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +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.