openssl/crypto/aes
Andy Polyakov ce92b6eb9c Further BUILDENV refinement, further fool-proofing of Makefiles and
[most importantly] put back dependencies accidentaly eliminated in
check-in #13342.
2005-05-16 16:55:47 +00:00
..
asm Comply with optimization manual (no data should share cache-line with code). 2005-05-09 21:48:01 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ctr.c
aes_ecb.c
aes_locl.h
aes_misc.c
aes_ofb.c
aes.h
Makefile Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +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.