openssl/crypto/aes
2002-01-25 07:52:25 +00:00
..
.cvsignore - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes.h
aes_cbc.c
aes_core.c
aes_ecb.c
aes_locl.h - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes_misc.c
Makefile.ssl There is no aestest currently. The EVP tester is used to check the 2002-01-25 07:52:25 +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.