openssl/crypto/aes
2005-12-10 11:19:56 +00:00
..
asm Initial draft for AES for UltraSPARC assembler. 2005-12-10 11:19:56 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes_cbc.c
aes_cfb.c
aes_core.c Default to AES u32 being unsinged int and not long. This improves cache 2005-01-24 14:22:05 +00:00
aes_ctr.c
aes_ecb.c
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c
aes_ofb.c
aes.h Default to AES u32 being unsinged int and not long. This improves cache 2005-01-24 14:22:05 +00:00
Makefile AES x86_64 assembler implementation. 2005-07-12 15:44:58 +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.