openssl/crypto/aes
Andy Polyakov 23b93b587b aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specification
(most restrictive about r2 and r13 usage).
2012-01-13 09:16:52 +00:00
..
asm aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specification 2012-01-13 09:16:52 +00:00
.cvsignore
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
aes_locl.h
aes_misc.c
aes_ofb.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes_wrap.c
aes_x86core.c Experimental symbol renaming to avoid clashes with regular OpenSSL. 2011-02-16 14:40:06 +00:00
aes.h
Makefile vxworks-mips: unify and add assembler. 2011-10-19 21:49:20 +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.