openssl/crypto/aes
2007-07-23 20:38:57 +00:00
..
asm Allow for option to skip hardware support. 2007-07-23 20:38:57 +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 Change C++ style comments. 2007-05-15 23:50:55 +00:00
aes_locl.h
aes_misc.c
aes_ofb.c
aes_x86core.c
aes.h
Makefile Engage s390x assembler modules. 2007-04-30 09:22:27 +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.