openssl/crypto/aes
2006-11-30 13:41:47 +00:00
..
asm Linking errors on IA64 and typo in aes-ia64.S. 2006-10-17 06:41:27 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes.h Forward port of IGE mode. 2006-08-31 14:04:04 +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 Mitigate cache-collision timing attack on last round. 2006-06-28 08:39:06 +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 C++ style comments, change assert to OPENSSL_assert, stop warning with 2006-08-31 20:56:20 +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 Reimplement AES_ofb128_encrypt. 2006-06-05 10:40:54 +00:00
aes_x86core.c Switch to compact S-box when generating AES key schedule. 2006-08-01 22:10:39 +00:00
Makefile Update dependencies. 2006-11-30 13:41:47 +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.