aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm
Commit message (Expand)AuthorAgeFilesLines
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-292-2/+2
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2112-12/+96
* s390x assembly pack: cache capability query results.Andy Polyakov2016-04-251-3/+1
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Unified - adapt the generation of modes assembler to use GENERATERichard Levitte2016-03-093-2/+7
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-081-10/+11
* modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.Andy Polyakov2016-02-272-2/+2
* Restore xmm7 from the correct address on win64Kurt Roeckx2016-02-041-1/+1
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-132-2/+2
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-071-1/+1
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-232-2/+2
* modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov2015-11-111-1/+1
* Skylake performance results.Andy Polyakov2015-09-262-6/+8
* ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov2015-09-251-5/+40
* Conversion to UTF-8 where neededRichard Levitte2015-07-147-37/+37
* modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov2015-04-211-0/+1
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-201-10/+27
* modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov2015-04-021-54/+222
* ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov2015-03-081-2/+2
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-1/+9
* Add Broadwell performance results.Andy Polyakov2015-01-132-2/+7
* Remove inconsistency in ARM support.Andy Polyakov2015-01-041-1/+2
* x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov2014-08-301-0/+1
* Add GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-0/+234
* Revert "Add GHASH for PowerISA 2.07."Andy Polyakov2014-07-161-229/+0
* Add GHASH for PowerISA 2.07.Andy Polyakov2014-07-161-0/+229
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-091-2/+2
* x86_64 assembly pack: refine clang detection.Andy Polyakov2014-06-282-4/+4
* x86_64 assembly pack: addendum to last clang commit.Andy Polyakov2014-06-242-2/+2
* x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov2014-06-242-0/+8
* ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov2014-06-241-1/+2
* ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov2014-06-111-26/+24
* ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov2014-06-061-2/+3
* 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-241-82/+144
* 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
* 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
* 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
* 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
* Add AES-NI GCM stitch.Andy Polyakov2013-03-291-0/+1028
* ghash-x86_64.pl: add AVX code path.Andy Polyakov2013-03-241-6/+647
* 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
* ghash-x86[_64].pl: code refresh.Andy Polyakov2013-02-142-154/+483