aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes
Commit message (Expand)AuthorAgeFilesLines
...
* Add GHASH for ARMv8 Crypto Extension.Andy Polyakov2014-06-061-0/+240
* C64x+ assembly pack: make it work with older toolchain.Andy Polyakov2014-05-041-0/+4
* bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplicationAndy Polyakov2014-04-242-82/+146
* crypto/modes/gcm128.c: more strict aliasing fixes.Andy Polyakov2014-04-061-0/+88
* make dependDr. Stephen Henson2014-02-191-0/+8
* ghash-x86[_64].pl: ~15% improvement on Atom SilvermontAndy Polyakov2014-02-132-32/+46
* modes/asm/ghash-s390x.pl: +15% performance improvement on z10.Andy Polyakov2014-02-021-3/+3
* modes/asm/ghash-alpha.pl: fix typo.Andy Polyakov2013-11-121-1/+1
* Make Makefiles OSF-make-friendly.Andy Polyakov2013-11-121-1/+4
* modes/asm/ghash-alpha.pl: make it work with older assembler for real.Andy Polyakov2013-11-091-13/+23
* modes/asm/ghash-alpha.pl: make it work with older assembler.Andy Polyakov2013-11-081-12/+11
* Initial aarch64 bits.Andy Polyakov2013-10-131-0/+8
* crypto/modes/asm/aesni-gcm-x86_64.pl: minor optimization.Andy Polyakov2013-09-091-6/+28
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-173-2/+150
* PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov2013-06-181-0/+1
* ghash-x86_64.pl: add Haswell performance data.Andy Polyakov2013-06-101-3/+3
* crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7.Andy Polyakov2013-04-131-4/+1
* gcm128.c: fix linking problems in 32-bit Windows build.Andy Polyakov2013-04-041-1/+1
* Add AES-NI GCM stitch.Andy Polyakov2013-03-292-0/+1030
* ghash-x86_64.pl: add AVX code path.Andy Polyakov2013-03-242-9/+692
* ghash-x86_64.pl: minor optimization.Andy Polyakov2013-03-191-28/+28
* ghash-x86_64.pl: fix length handling bug.Andy Polyakov2013-03-061-1/+2
* make depend.Ben Laurie2013-02-211-8/+8
* ghash-x86[_64].pl: code refresh.Andy Polyakov2013-02-143-154/+499
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
* Make "make depend" work on MacOS out of the box.Ben Laurie2013-01-191-8/+8
* Update ignores.Ben Laurie2012-12-111-0/+1
* ghash-sparcv9.pl: shave off one more xmulx, improve T3 performance by 7%.Andy Polyakov2012-12-041-38/+31
* C64x+ assembly pack: improve EABI support.Andy Polyakov2012-11-281-2/+7
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-054-48/+51
* More strict aliasing fix.Ben Laurie2012-11-052-5/+6
* cbc128.c: fix strict aliasing warning.Andy Polyakov2012-11-052-13/+11
* ghash-sparcv9.pl: 22% improvement on T4.Andy Polyakov2012-11-052-118/+154
* Fix gcc 4.8 warning (strict aliasing violation).Ben Laurie2012-11-051-0/+2
* ghash-sparcv9.pl: add VIS3 code path.Andy Polyakov2012-10-242-3/+233
* gcm128.c: fix AAD-only case with AAD length not divisible by 16.Andy Polyakov2012-08-131-1/+1
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
* x86[_64] assembly pack: update benchmark results.Andy Polyakov2012-06-122-0/+8
* Revert random changes from commit#22606.Andy Polyakov2012-06-041-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations.Andy Polyakov2012-04-281-3/+3
* C64x+ assembler pack. linux-c64xplus build is *not* tested nor can it beAndy Polyakov2012-04-181-0/+231
* ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].Andy Polyakov2012-04-121-1/+1
* modes_lcl.h: make it work on i386.Andy Polyakov2012-03-311-1/+1
* modes/gcm128.c: fix self-test.Andy Polyakov2012-03-291-2/+7
* ghash-x86.pl: omit unreferenced rem_8bit from no-sse2 build.Andy Polyakov2012-03-131-13/+13
* ghash-x86.pl: engage original MMX version in no-sse2 builds.Andy Polyakov2012-01-252-1/+5
* Fix OPNESSL vs. OPENSSL typos.Andy Polyakov2012-01-151-1/+1
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+3