aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes.h
Commit message (Expand)AuthorAgeFilesLines
* Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov2005-01-241-0/+4
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-0/+9
* The 'counter' is really the IV.Richard Levitte2003-07-031-1/+1
* Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte2003-03-201-0/+2
* Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte2002-12-201-2/+3
* The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte2002-10-111-1/+3
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-10/+26
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-0/+93