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
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
aes_locl.h
aes_misc.c
aes_ofb.c
aes.h
Makefile.ssl Permit "monolithic" AES assembler implementations, i.e. such which would 2005-01-09 16:01:58 +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.