aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4/asm
Commit message (Expand)AuthorAgeFilesLines
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-0/+631
* rc4-586.pl: add Atom performance results.Andy Polyakov2011-06-281-1/+3
* rc4-x86_64.pl: commentary update.Andy Polyakov2011-06-271-3/+6
* Various mingw64 fixes.Andy Polyakov2011-05-291-1/+1
* rc4-x86_64.pl: fix due credit.Andy Polyakov2011-05-271-9/+11
* rc4-x86_64.pl: RC4_options fix-up.Andy Polyakov2011-05-271-3/+5
* x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov2011-05-271-7/+5
* rc4-x86_64.pl: major optimization for contemporary Intel CPUs.Andy Polyakov2011-05-271-46/+208
* rc4-586.pl: optimize even further...Andy Polyakov2011-05-271-6/+8
* rc4-586.pl: optimize unused code path.Andy Polyakov2011-05-251-22/+37
* rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.Andy Polyakov2011-05-241-8/+129
* s390x assembler pack: adapt for -m31 build, see commentary in ConfigureAndy Polyakov2010-11-291-5/+30
* rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov2010-07-261-0/+4
* rc4-x86_64.pl: "Westmere" optimization.Andy Polyakov2010-05-131-0/+5
* Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov2010-05-051-1/+0
* Non-executable stack in asm.Ben Laurie2010-05-051-0/+1
* Throw in more PA-RISC assembler.Andy Polyakov2009-12-271-0/+313
* Handle push/pop %rbx in epi/prologue (this is Win64 SEH thing).Andy Polyakov2009-04-261-8/+9
* rc4-s390x.pl: allow for older assembler and optimize character loop.Andy Polyakov2009-02-121-19/+19
* RC4 for s390x.Andy Polyakov2009-02-111-0/+205
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-12/+152
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+1
* rc4-x86_64 portability fix.Andy Polyakov2008-01-121-1/+1
* Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov2007-12-021-1/+1
* Reimplement rc4-586.pl, relicense rc4-x86_64.pl.Andy Polyakov2007-04-262-202/+154
* RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov2007-04-021-0/+115
* Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov2007-04-011-8/+103
* Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov2007-03-201-0/+2
* Pedantic polish to rc4-ia64.pl.Andy Polyakov2005-07-201-2/+2
* Retire original rc4-ia64.S.Andy Polyakov2005-07-181-159/+0
* This update implements following improvements.Andy Polyakov2005-07-181-87/+54
* Unrolled RC4 IA-64 loop gives 40% improvement over current assemblerAndy Polyakov2005-07-181-0/+788
* Fix unwind directives in IA-64 assembler modules. This helps symbolicAndy Polyakov2005-07-181-3/+2
* Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserveAndy Polyakov2005-06-261-31/+34
* +20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov2005-05-151-5/+6
* Commentary update motivating code update in 0.9.7.Andy Polyakov2005-05-041-4/+4
* Commentary update.Andy Polyakov2005-05-031-2/+4
* Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov2005-05-032-160/+238
* Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov2005-04-171-114/+47
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* +45% RC4 performance boost on Intel EM64T core. Unrolled loop providingAndy Polyakov2005-04-061-4/+4
* Fix rc4-ia64.S to pass more exhaustive regression tests.Andy Polyakov2004-12-021-15/+24
* I've introduced a bug to i386 RC4 assembler, which would emerge withAndy Polyakov2004-12-011-2/+2
* Add 0.9.7 specific comments to RC4 assembler modules.Andy Polyakov2004-11-303-7/+14
* Final touches to rc4/asm/rc4-596.pl, +52% better performance on AMD core.Andy Polyakov2004-11-291-16/+32
* RC4 IA-64 assembler implementation.Andy Polyakov2004-11-261-0/+148
* RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov2004-11-212-12/+76
* As was shown by Marc Bevand reordering of couple of load operationsAndy Polyakov2004-11-091-19/+23
* Adapt rc4-amd64.pl for Win64/AMD64 assembler.Andy Polyakov2004-07-231-57/+60
* RC4 tune-up for AMD64. Performance improvement of 2.22x is measured forAndy Polyakov2004-07-111-0/+189