openssl/crypto/aes
Andy Polyakov bcfd3d68f5 Correct logical error in STRICT_ALIGNMENT check and remove copy of
eay licence, as module is practically rewritten from scratch [well,
even original submission was obviously "almost, but not quite,
entirely unlike" any other eay *_cfb.c module, not to mention new
functions].
2006-06-05 10:40:28 +00:00
..
asm Minor aes-sparcv9.pl optimization. 2005-12-10 12:32:22 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes_cbc.c Don't zap AES CBC IV, when decrypting truncated content in place. 2005-01-18 00:26:52 +00:00
aes_cfb.c Correct logical error in STRICT_ALIGNMENT check and remove copy of 2006-06-05 10:40:28 +00:00
aes_core.c Revoke the option to share AES S-boxes between C and assembler. It wastes 2005-12-10 11:22:57 +00:00
aes_ctr.c Make aes_ctr.c 64-bit savvy. 2004-08-23 22:19:51 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +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 Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes.h Tune up AES CFB. Performance improvement varies from 10% to 50% from 2006-05-30 07:20:13 +00:00
Makefile Engage AES for UltraSPARC in sparcv9 targets. 2005-12-10 11:24:07 +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.