openssl/crypto/aes
Andy Polyakov e41a49c625 PPC assembly pack: make new .size directives profiler-friendly.
Suggested by: Anton Blanchard
(cherry picked from commit 76c15d790e)
2013-10-15 23:42:18 +02:00
..
asm PPC assembly pack: make new .size directives profiler-friendly. 2013-10-15 23:42:18 +02:00
.cvsignore Ignore more. 2012-12-13 12:43:18 +00:00
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ctr.c
aes_ecb.c
aes_ige.c
aes_locl.h
aes_misc.c Revert "version skew" patches that break FIPS compilation 2012-06-09 23:36:38 +00:00
aes_ofb.c
aes_wrap.c EVP support for wrapping algorithms. 2013-10-01 14:01:17 +01:00
aes_x86core.c Intel compiler support update from HEAD. 2012-11-28 13:12:09 +00:00
aes.h
Makefile Backport single makefile from master. 2013-06-13 15:09:48 +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.