summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_x86core.c
AgeCommit message (Expand)Author
2023-12-12remove duplicated typedef for u64Max Bachmann
2021-10-28fix some code with obvious wrong coding stylex2018
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2017-10-13Remove email addresses from source code.Rich Salz
2017-03-02aes/aes_x86core.c: clarify reference implementation status.Andy Polyakov
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper
2015-01-22Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2012-11-28Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2006-08-01Switch to compact S-box when generating AES key schedule.Andy Polyakov
2006-07-14Add option for "compact" rounds to aes_x86core.c. "Compact" rounds areAndy Polyakov
2006-07-04Fix compiler warnings.Andy Polyakov
2006-07-02Prepare playground for AES experimental code.Andy Polyakov