aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-139/+0
* "#if 0" removal: header filesRich Salz2015-01-271-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-49/+51
* #if out deleted function from headers so it isn't picked up by WIN32 buildDr. Stephen Henson2010-07-261-0/+2
* Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov2008-12-231-3/+0
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-8/+10
* More support for KEK RecipientInfo.Dr. Stephen Henson2008-03-181-0/+7
* Forward port of IGE mode.Ben Laurie2006-08-311-0/+9
* Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.Andy Polyakov2006-06-051-1/+1
* Tune up AES CFB. Performance improvement varies from 10% to 50% fromAndy Polyakov2006-05-301-1/+1
* 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