openssl/crypto/aes
2007-07-19 14:59:26 +00:00
..
asm Minor optimization in AES_set_encryption_key for x86_64. 2007-07-19 14:59:26 +00:00
.cvsignore Update .cvsignore 2007-06-18 12:40:24 +00:00
aes.h Forward port of IGE mode. 2006-08-31 14:04:04 +00:00
aes_cbc.c Don't zap AES CBC IV, when decrypting truncated content in place. 2005-01-18 00:26:52 +00:00
aes_cfb.c Avoid overrun. Coverity ID 60. 2007-04-05 15:45:58 +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 Make aes_ctr.c 64-bit savvy. 2004-08-23 22:19:51 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ige.c Change C++ style comments. 2007-05-15 23:50:55 +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 Reimplement AES_ofb128_encrypt. 2006-06-05 10:40:54 +00:00
aes_x86core.c Switch to compact S-box when generating AES key schedule. 2006-08-01 22:10:39 +00:00
Makefile Engage s390x assembler modules. 2007-04-30 09:22:27 +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.