aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes/aes_x86core.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-13Remove email addresses from source code.Rich Salz1-3/+3
2017-03-02aes/aes_x86core.c: clarify reference implementation status.Andy Polyakov1-9/+8
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-5/+5
2016-05-17Copyright consolidation 05/10Rich Salz1-0/+9
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-5/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper1-112/+112
2015-01-22Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell1-514/+521
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2012-11-28Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov1-1/+3
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+0
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson1-0/+1
2006-08-01Switch to compact S-box when generating AES key schedule.Andy Polyakov1-16/+45
2006-07-14Add option for "compact" rounds to aes_x86core.c. "Compact" rounds areAndy Polyakov1-204/+425
2006-07-04Fix compiler warnings.Andy Polyakov1-8/+8
2006-07-02Prepare playground for AES experimental code.Andy Polyakov1-0/+813