aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm
Commit message (Expand)AuthorAgeFilesLines
* Pedantic polish to aes-ia64 and sha512-ia64.Andy Polyakov2005-07-201-31/+41
* Typo in version number.Andy Polyakov2005-07-201-1/+1
* Perl stylistic/cosmetic update for aes-x86_64.pl.Andy Polyakov2005-07-201-81/+65
* Fix unwind directives in IA-64 assembler modules. This helps symbolicAndy Polyakov2005-07-181-4/+2
* ~15% better AES x86_64 assembler.Andy Polyakov2005-07-181-173/+517
* Commentary section update.Andy Polyakov2005-07-141-5/+14
* AES x86_64 assembler implementation.Andy Polyakov2005-07-121-0/+1258
* Pedantic polish to aes-586.pl:-)Andy Polyakov2005-07-011-16/+8
* Typos in commentary section.Andy Polyakov2005-06-301-2/+2
* AES_cbc_encrypt to allow end-user to retain small blocks performance byAndy Polyakov2005-06-301-13/+41
* Comply with optimization manual (no data should share cache-line with code).Andy Polyakov2005-05-091-1/+1
* Fix constants.Andy Polyakov2005-05-071-8/+8
* Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov2005-04-241-32/+108
* Avoid aliasing between stack frames and S-boxes. Compress prefetch code.Andy Polyakov2005-04-221-127/+215
* Mitigate cache-timing attack in CBC mode. This is done by implementingAndy Polyakov2005-04-161-654/+223
* fix breakage for Perl versions that do boolean operations on long wordsUlf Möller2005-03-191-2/+2
* Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve forAndy Polyakov2005-01-241-508/+901
* Bug-fix in CBC encrypt tail processing and commentary section update.Andy Polyakov2005-01-201-16/+29
* Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov2005-01-181-90/+334
* "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov2005-01-131-744/+1190
* Commentary update for AES IA-64 assembler module.Andy Polyakov2004-12-301-1/+4
* Minor AES x86 assembler tune-up.Andy Polyakov2004-12-301-46/+59
* Oops-kind typos in aes-ia64.S...Andy Polyakov2004-12-281-3/+3
* Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov2004-12-231-9/+11
* AES x86 assembler implementation.Andy Polyakov2004-12-231-0/+1082
* Various IA-64 assembler fix-ups.Andy Polyakov2004-07-231-14/+14
* Add licensing terms.Andy Polyakov2004-07-171-0/+6
* AES assembler implementation for IA-64. Note that there is no anchor fromAndy Polyakov2004-07-011-0/+1248