openssl/crypto/aes
2010-08-30 23:59:14 +00:00
..
asm aes-x86_64.pl: commit#19797 was overzealous, partially reverse. 2010-07-26 22:56:07 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ecb.c
aes_ige.c
aes_locl.h
aes_misc.c
aes_ofb.c
aes_wrap.c fix bug in AES_unwrap() 2010-08-30 23:59:14 +00:00
aes_x86core.c
aes.h #if out deleted function from headers so it isn't picked up by WIN32 build 2010-07-26 18:15:13 +00:00
Makefile Rework framework for assembler support for AES counter mode and add 2010-07-09 12:21:52 +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.