summaryrefslogtreecommitdiff
path: root/crypto/aes/aes_core.c
Commit message (Expand)AuthorAgeFilesLines
* Allow for dynamic base in Win64 FIPS module.appro2011-09-141-0/+10
* Experimental symbol renaming to avoid clashes with regular OpenSSL.steve2011-02-161-0/+1
* Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inappro2007-01-251-1/+200
* Mitigate cache-collision timing attack on last round.appro2006-06-281-197/+98
* Revoke the option to share AES S-boxes between C and assembler. It wastesappro2005-12-101-16/+0
* Default to AES u32 being unsinged int and not long. This improves cacheappro2005-01-241-10/+10
* Eliminate copies of TeN and TdN, use those found in assembler module.appro2004-12-231-0/+15
* Anchor AES and SHA-256/-512 assembler from C.appro2004-07-181-0/+2
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.appro2003-01-231-3/+3
* disable weird assert()sbodo2002-11-131-0/+6
* Add the modes OFB128, CFB128 and CTR128 to AES.levitte2002-02-161-10/+0
* Because Rijndael is more known as AES, use crypto/aes instead oflevitte2002-01-021-0/+1261