openssl/crypto/aes
2008-12-19 11:17:29 +00:00
..
asm x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
aes.h size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_cbc.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_cfb.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_core.c Minimize aes_core.c footprint when AES_[en|de]crypt is implemented in 2007-01-25 20:47:00 +00:00
aes_ctr.c Fix asserts. Fix incorrect dependency. 2008-11-02 13:15:06 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c Constify version strings and some structures. 2007-01-21 13:07:17 +00:00
aes_ofb.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_wrap.c More support for KEK RecipientInfo. 2008-03-18 01:00:38 +00:00
aes_x86core.c Switch to compact S-box when generating AES key schedule. 2006-08-01 22:10:39 +00:00
Makefile Implement Configure option pattern "experimental-foo" 2008-12-02 01:21:39 +00:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00

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.