openssl/crypto/aes
2005-12-10 12:32:22 +00:00
..
asm Minor aes-sparcv9.pl optimization. 2005-12-10 12:32:22 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c
aes_core.c Revoke the option to share AES S-boxes between C and assembler. It wastes 2005-12-10 11:22:57 +00:00
aes_ctr.c
aes_ecb.c
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c
aes_ofb.c
aes.h
Makefile Engage AES for UltraSPARC in sparcv9 targets. 2005-12-10 11:24:07 +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.