openssl/crypto/aes
Dr. Stephen Henson 6e3bc4f073 More support for KEK RecipientInfo.
Generalise RecipientInfo and enveloped data handling so applications can
add their own key lookup routines as well as using the standard ones.
2008-03-18 01:00:38 +00:00
..
asm Micro-profiling assisted "optimization" for Power6. Essentially it's so 2008-02-06 10:18:19 +00:00
.cvsignore Update .cvsignore 2007-06-18 12:40:24 +00:00
aes.h More support for KEK RecipientInfo. 2008-03-18 01:00:38 +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 aes_ige suffered SIGBUS on RISC platforms. 2007-08-29 21:30:13 +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_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 More support for KEK RecipientInfo. 2008-03-18 01:00:38 +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.