summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_core.c
Commit message (Expand)AuthorAgeFilesLines
* Remove email addresses from source code.Rich Salz2017-10-131-3/+3
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-4/+4
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-0/+9
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-5/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Fix undefined behaviour in shifts.Emilia Kasper2015-03-131-32/+32
* Manually reformat aes_core.cMatt Caswell2015-01-221-400/+405
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-10/+0
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+10
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+1
* Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov2007-01-251-1/+200
* Mitigate cache-collision timing attack on last round.Andy Polyakov2006-06-281-197/+98
* Revoke the option to share AES S-boxes between C and assembler. It wastesAndy Polyakov2005-12-101-16/+0
* Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov2005-01-241-10/+10
* Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov2004-12-231-0/+15
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-181-0/+2
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov2003-01-231-3/+3
* disable weird assert()sBodo Möller2002-11-131-0/+6
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-10/+0
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-0/+1261