openssl/crypto/aes
2003-03-20 23:15:51 +00:00
..
.cvsignore
aes_cbc.c Remove warnings. 2002-11-14 15:57:38 +00:00
aes_cfb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_core.c Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5. 2003-01-23 10:05:39 +00:00
aes_ctr.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_locl.h WinCE patches 2002-11-15 22:37:18 +00:00
aes_misc.c
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes.h Make sure we get the definition of OPENSSL_NO_AES. 2003-03-20 23:15:51 +00:00
Makefile.ssl
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.