openssl/crypto/aes
2010-09-18 08:46:53 +00:00
..
asm s390x assembler pack: extend OPENSSL_s390xcap_P to 128 bits. 2010-09-18 08:46:53 +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_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 fix bug in AES_unwrap() 2010-08-30 23:59:14 +00:00
aes_x86core.c
aes.h #if out deleted function from headers so it isn't picked up by WIN32 build 2010-07-26 18:15:13 +00:00
Makefile Rework framework for assembler support for AES counter mode and add 2010-07-09 12:21:52 +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.