aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha/asm
Commit message (Expand)AuthorAgeFilesLines
* chacha/asm/chacha-x86_64.pl: add AVX512VL code path.Andy Polyakov2017-12-081-4/+588
* Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin2017-11-281-1/+3
* chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.Andy Polyakov2017-11-251-1/+1
* ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov2017-11-131-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2017-07-211-2/+4
* x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov2017-07-031-1/+1
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov2017-03-221-0/+1
* chacha/asm/chacha-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-261-0/+41
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-061-135/+380
* chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov2016-12-251-26/+249
* x86 assembly pack: update performance results.Andy Polyakov2016-12-192-0/+2
* poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov2016-12-151-1/+1
* x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov2016-12-121-3/+519
* chacha/asm/chacha-x86.pl: improve [backward] portability.Andy Polyakov2016-11-111-1/+8
* PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov2016-11-111-1/+2
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-242-0/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-103-6/+6
* chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov2016-09-081-0/+1
* ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2016-08-161-0/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* s390x assembly pack: improve portability.Andy Polyakov2016-06-061-2/+2
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* Add OpenSSL copyright to .pl filesRich Salz2016-05-217-7/+56
* chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov2016-05-021-1/+3
* chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian.Andy Polyakov2016-04-251-1/+3
* chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov2016-04-131-0/+1
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-092-0/+8
* chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov2016-03-041-1/+1
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov2016-02-273-18/+18
* chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov2016-02-144-0/+16
* chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2016-02-142-5/+5
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+942
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+916
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-132-0/+2270
* chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov2016-02-101-11/+11
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-102-0/+3362
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-091-0/+317