summaryrefslogtreecommitdiff
path: root/engines/asm
Commit message (Expand)AuthorAgeFilesLines
* Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS2023-01-202-0/+4
* Unify all assembler file generatorsRichard Levitte2019-09-162-6/+7
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-062-2/+2
* Update copyright yearMatt Caswell2018-03-202-2/+2
* engines/asm/e_padlock*: add support for Zhaoxin's x86 platformJeffZhao2018-03-192-2/+20
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* Add OpenSSL copyright to .pl filesRich Salz2016-05-212-2/+16
* Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte2016-03-081-0/+5
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-2/+2
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
* e_padlock-x86[_64].pl: better understanding of prefetch errata and properAndy Polyakov2012-03-192-78/+204
* e_padlock-x86[_64].pl: protection against prefetch errata.Andy Polyakov2011-10-112-17/+73
* e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.Andy Polyakov2011-10-091-0/+5
* e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.Andy Polyakov2011-10-082-13/+156
* e_padlock: add CTR mode.Andy Polyakov2011-10-052-13/+75
* e_padlock-x86_64.pl: fix typo.Andy Polyakov2011-10-041-1/+2
* e_padlock-x86*.pl: Nano-related update.Andy Polyakov2011-10-042-21/+49
* e_padlock-x86.pl: previous C3-specific fix was incomplete.Andy Polyakov2011-10-011-2/+3
* e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).Andy Polyakov2011-10-011-20/+17
* Make latest assembler additions (vpaes and e_padlock) work in Windows build.Andy Polyakov2011-09-181-5/+7
* engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.Andy Polyakov2011-09-061-1/+1
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-062-0/+751