openssl/crypto/aes
2007-09-27 06:19:25 +00:00
..
asm 10% performance tweak in 64-bit mode. 2007-09-27 06:19:25 +00:00
.cvsignore Update .cvsignore 2007-06-18 12:40:24 +00:00
aes_cbc.c
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
aes_ecb.c
aes_ige.c aes_ige suffered SIGBUS on RISC platforms. 2007-08-29 21:30:13 +00:00
aes_locl.h
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
aes.h Forward port of IGE mode. 2006-08-31 14:04:04 +00:00
Makefile Make naming more consistent. 2007-08-28 21:02:38 +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.