aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc4/asm
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Remove trailing whitespace from some files.David Benjamin4-6/+6
2016-08-05spelling fixes, just comments and readme.klemens2-2/+2
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2-2/+2
2016-05-21Add OpenSSL copyright to .pl filesRich Salz7-7/+56
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte1-1/+1
2016-03-09Unified - adapt the generation of rc4 assembler to use GENERATERichard Levitte2-0/+9
2015-09-26Skylake performance results.Andy Polyakov1-1/+4
2015-07-14Conversion to UTF-8 where neededRichard Levitte2-2/+2
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov1-0/+183
2014-02-27rc4/asm/rc4-586.pl: allow for 386-only build.Andy Polyakov1-2/+6
2013-06-18PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov1-1/+2
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov2-2/+4
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2-2/+2
2012-06-12x86[_64] assembly pack: update benchmark results.Andy Polyakov3-0/+9
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov1-0/+631
2011-06-28rc4-586.pl: add Atom performance results.Andy Polyakov1-1/+3
2011-06-27rc4-x86_64.pl: commentary update.Andy Polyakov1-3/+6
2011-05-29Various mingw64 fixes.Andy Polyakov1-1/+1
2011-05-27rc4-x86_64.pl: fix due credit.Andy Polyakov1-9/+11
2011-05-27rc4-x86_64.pl: RC4_options fix-up.Andy Polyakov1-3/+5
2011-05-27x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov1-7/+5
2011-05-27rc4-x86_64.pl: major optimization for contemporary Intel CPUs.Andy Polyakov1-46/+208
2011-05-27rc4-586.pl: optimize even further...Andy Polyakov1-6/+8
2011-05-25rc4-586.pl: optimize unused code path.Andy Polyakov1-22/+37
2011-05-24rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.Andy Polyakov1-8/+129
2010-11-29s390x assembler pack: adapt for -m31 build, see commentary in ConfigureAndy Polyakov1-5/+30
2010-07-26rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov1-0/+4
2010-05-13rc4-x86_64.pl: "Westmere" optimization.Andy Polyakov1-0/+5
2010-05-05Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov1-1/+0
2010-05-05Non-executable stack in asm.Ben Laurie1-0/+1
2009-12-27Throw in more PA-RISC assembler.Andy Polyakov1-0/+313
2009-04-26Handle push/pop %rbx in epi/prologue (this is Win64 SEH thing).Andy Polyakov1-8/+9
2009-02-12rc4-s390x.pl: allow for older assembler and optimize character loop.Andy Polyakov1-19/+19
2009-02-11RC4 for s390x.Andy Polyakov1-0/+205
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov1-12/+152
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov1-2/+1
2008-01-12rc4-x86_64 portability fix.Andy Polyakov1-1/+1
2007-12-02Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov1-1/+1
2007-04-26Reimplement rc4-586.pl, relicense rc4-x86_64.pl.Andy Polyakov2-202/+154
2007-04-02RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov1-0/+115
2007-04-01Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov1-8/+103
2007-03-20Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov1-0/+2
2005-07-20Pedantic polish to rc4-ia64.pl.Andy Polyakov1-2/+2
2005-07-18Retire original rc4-ia64.S.Andy Polyakov1-159/+0
2005-07-18This update implements following improvements.Andy Polyakov1-87/+54
2005-07-18Unrolled RC4 IA-64 loop gives 40% improvement over current assemblerAndy Polyakov1-0/+788
2005-07-18Fix unwind directives in IA-64 assembler modules. This helps symbolicAndy Polyakov1-3/+2
2005-06-26Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserveAndy Polyakov1-31/+34
2005-05-15+20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov1-5/+6