openssl/crypto/aes
Andy Polyakov 98dc178494 aes-x86_64.pl: Atom-specific optimizations, +10%.
vpaes-x86_64.pl: minor performance squeeze.
2012-11-12 17:52:41 +00:00
..
asm aes-x86_64.pl: Atom-specific optimizations, +10%. 2012-11-12 17:52:41 +00:00
.cvsignore
aes_cbc.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_cfb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_core.c Allow for dynamic base in Win64 FIPS module. 2011-09-14 20:48:49 +00:00
aes_ecb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_ige.c
aes_locl.h
aes_misc.c
aes_ofb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_wrap.c fix bug in AES_unwrap() 2010-08-30 23:59:14 +00:00
aes_x86core.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +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
Makefile Add SPARC T4 AES support. 2012-10-06 18:08:09 +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.