openssl/crypto/aes
Lutz Jänicke 4c1a6e004a Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev
PR: 1552
Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-04-17 10:19:16 +00:00
..
asm Micro-profiling assisted "optimization" for Power6. Essentially it's so 2008-02-06 10:18:19 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ctr.c
aes_ecb.c
aes_ige.c aes_ige suffered SIGBUS on RISC platforms. 2007-08-29 21:30:13 +00:00
aes_locl.h
aes_misc.c
aes_ofb.c
aes_wrap.c More support for KEK RecipientInfo. 2008-03-18 01:00:38 +00:00
aes_x86core.c
aes.h More support for KEK RecipientInfo. 2008-03-18 01:00:38 +00:00
Makefile Update dependencies. 2008-03-22 18:52:03 +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.