openssl/crypto/aes
2005-04-17 22:54:16 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:18:14 +00:00
aes.h Define FIPS_*_SIZE_T for AES, DSA and RSA as well, in preparation for 2004-05-19 14:16:33 +00:00
aes_cbc.c Throw in fips/aes/asm/fips-ax86-elf.s. 2005-04-17 22:54:16 +00:00
aes_cfb.c AES CBC and CFB performance tune-up from HEAD. 2004-12-30 22:57:19 +00:00
aes_core.c Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
aes_ctr.c Sync aes_ctr.c with HEAD. 2004-08-23 22:28:27 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:19 +00:00
aes_locl.h IA-64 is intolerant to misaligned access. It was a problem on Win64 as 2004-07-17 12:54:54 +00:00
aes_misc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:21:43 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:19 +00:00
Makefile make update 2004-12-13 22:48:01 +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.