openssl/crypto/aes
2009-11-15 16:40:22 +00:00
..
asm aesni-x86.pl: eliminate development comments. 2009-11-15 16:40:22 +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 Patch the omission from prvious commit #17716. 2008-12-23 11:38:33 +00:00
aes_cfb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_core.c
aes_ctr.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_ecb.c
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h
aes_misc.c
aes_ofb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_wrap.c More support for KEK RecipientInfo. 2008-03-18 01:00:38 +00:00
aes_x86core.c
aes.h Windows-specific addenum to "engage crypto/modes" commit #17716. 2008-12-23 15:15:44 +00:00
Makefile Intel AES-NI engine. 2009-04-27 05:55:13 +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.