openssl/crypto/aes
2012-01-11 15:30:53 +00:00
..
asm aes-sparcv9.pl: clean up regexp 2012-01-11 15:30:53 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
aes.h #if out deleted function from headers so it isn't picked up by WIN32 build 2010-07-26 18:15:13 +00:00
aes_cbc.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes_cfb.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes_core.c Allow for dynamic base in Win64 FIPS module. 2011-09-14 20:48:49 +00:00
aes_ecb.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c Constify version strings and some structures. 2007-01-21 13:07:17 +00:00
aes_ofb.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes_wrap.c fix bug in AES_unwrap() 2010-08-30 23:59:14 +00:00
aes_x86core.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
Makefile vxworks-mips: unify and add assembler. 2011-10-19 21:49:20 +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.