openssl/crypto/aes
2013-12-04 21:46:40 +01:00
..
asm aes/asm/vpaes-ppc.pl: comply with ABI. 2013-12-04 21:46:40 +01:00
.cvsignore Update ignores. 2012-12-11 15:52:10 +00:00
aes_cbc.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_cfb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_core.c
aes_ecb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_ige.c
aes_locl.h
aes_misc.c
aes_ofb.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
aes_wrap.c EVP support for wrapping algorithms. 2013-07-17 21:45:00 +01:00
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 Add Vector Permutation AES for PPC. 2013-11-27 22:32:56 +01: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.