aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4
Commit message (Expand)AuthorAgeFilesLines
...
* 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-272-0/+316
* 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-112-0/+208
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-2/+2
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-12/+152
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-121-1/+2
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+1
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-312-7/+9
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-2/+1
* rc4-x86_64 portability fix.Andy Polyakov2008-01-121-1/+1
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-11/+2
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
* Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov2007-12-021-1/+1
* Update .cvsignoreDr. Stephen Henson2007-06-181-0/+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-012-10/+105
* Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov2007-03-201-0/+2
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Fix signed/unsigned warnings.Geoff Thorpe2005-07-261-2/+2
* Pedantic polish to rc4-ia64.pl.Andy Polyakov2005-07-201-2/+2
* Retire original rc4-ia64.S.Andy Polyakov2005-07-181-159/+0
* Switch to new RC4 IA-64 module.Andy Polyakov2005-07-181-3/+6
* 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-265-44/+39
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-4/+17
* make updateBodo Möller2005-05-161-16/+2
* +20% performance improvement of P4-specific RC4_CHAR loop.Andy Polyakov2005-05-151-5/+6
* Fool-proofing MakefilesAndy Polyakov2005-05-151-5/+1
* 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-033-161/+239
* Add DTLS support.Ben Laurie2005-04-261-0/+1
* 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-112-0/+4
* +45% RC4 performance boost on Intel EM64T core. Unrolled loop providingAndy Polyakov2005-04-061-4/+4
* Extend Solaris x86 support to amd64.Andy Polyakov2005-04-041-1/+1
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-061-10/+5
* Remove unused buffer 'buf'.Dr. Stephen Henson2004-12-201-3/+1
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-5/+16
* Extend RC4 test.Andy Polyakov2004-12-071-0/+32
* Fix rc4-ia64.S to pass more exhaustive regression tests.Andy Polyakov2004-12-021-15/+24