openssl/crypto/aes
Andy Polyakov 21f0db692d Tune up AES CFB. Performance improvement varies from 10% to 50% from
platform to platform. Its absolute value is within few percents
marginal from that of ECB.
2006-05-30 07:20:13 +00:00
..
asm Minor aes-sparcv9.pl optimization. 2005-12-10 12:32:22 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c Tune up AES CFB. Performance improvement varies from 10% to 50% from 2006-05-30 07:20:13 +00:00
aes_core.c
aes_ctr.c
aes_ecb.c
aes_locl.h
aes_misc.c
aes_ofb.c
aes.h Tune up AES CFB. Performance improvement varies from 10% to 50% from 2006-05-30 07:20:13 +00:00
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.