openssl/crypto/aes
Dr. Stephen Henson 4a0d3530e0 Update from HEAD.
2007-01-21 13:16:49 +00:00
..
asm aes-586.pl sync from HEAD. 2006-06-28 09:01:40 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes.h Add IGE and biIGE modes. 2006-08-28 11:00:32 +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 AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1 2004-12-30 10:43:33 +00:00
aes_core.c Mitigate the hazard of cache-collision timing attack on last round 2006-06-28 08:58:15 +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_ige.c Fix from HEAD. 2006-08-31 21:01:41 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h [from HEAD]. 2005-07-30 19:49:24 +00:00
aes_misc.c Update from HEAD. 2007-01-21 13:16:49 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
Makefile Update dependencies. 2006-11-30 14:03:58 +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.