openssl/crypto/aes
2013-03-04 14:31:18 +00:00
..
asm [aesni-]sha1-x86_64.pl: code refresh. 2013-02-14 16:14:02 +01:00
.cvsignore Update ignores. 2012-12-11 15:52:10 +00:00
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
aes_x86core.c Update support for Intel compiler: add linux-x86_64-icc and fix problems. 2012-11-28 13:05:13 +00:00
aes.h
Makefile Override local vars for MINFO build. 2013-03-04 14:31:18 +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.