aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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