openssl/crypto/aes
Andy Polyakov 7de4b5b060 Permit "monolithic" AES assembler implementations, i.e. such which would
replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
2005-01-09 16:01:58 +00:00
..
asm Commentary update for AES IA-64 assembler module. 2004-12-30 10:55:02 +00:00
.cvsignore - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes.h Add the missing parts for DES CFB1 and CFB8. 2004-01-28 19:05:35 +00:00
aes_cbc.c iv needs to be const because it sometimes takes it's value from a 2004-12-28 10:35:13 +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 Eliminate copies of TeN and TdN, use those found in assembler module. 2004-12-23 21:40:23 +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 IA-64 is intolerant to misaligned access. It was a problem on Win64 as 2004-07-17 12:55:55 +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
Makefile.ssl Permit "monolithic" AES assembler implementations, i.e. such which would 2005-01-09 16:01: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.