openssl/crypto/aes
2006-04-20 13:54:34 +00:00
..
asm Minor aes-sparcv9.pl optimization. 2005-12-10 12:32:22 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c undo accidental commit 2006-04-20 13:54:34 +00:00
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
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.