openssl/crypto/aes
Richard Levitte 8d1ebe0bd1 Add the missing parts for DES CFB1 and CFB8.
Add the corresponding AES parts while I'm at it.
make update
2004-01-28 19:05:35 +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 Add the missing parts for DES CFB1 and CFB8. 2004-01-28 19:05:35 +00:00
aes_cbc.c Removing those memcpy()s also took away the possibility for in and out to 2003-10-29 06:21:22 +00:00
aes_cfb.c Add the missing parts for DES CFB1 and CFB8. 2004-01-28 19:05:35 +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 The counter is big-endian. Since it comes as an array of char, 2003-07-04 11:37:50 +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 Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00

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.