openssl/crypto/aes
2002-06-27 16:39:25 +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 Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_cbc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_cfb.c In CFB mode, the iv is always encrypted. 2002-05-31 13:07:39 +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 Correct AES counter mode, which incorrectly incremented the counter before 2002-05-30 14:06:06 +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 always include <string.h> (we do this in various other header files, 2002-06-18 09:35:43 +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
Makefile.ssl Pass CFLAG to dependency makers, so non-standard system include paths are 2002-06-27 16:39:25 +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.