summaryrefslogtreecommitdiff
path: root/crypto/chacha
Commit message (Expand)AuthorAgeFilesLines
* Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler2020-10-221-0/+1
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-272-2/+2
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-5/+3
* Update copyright yearMatt Caswell2020-04-236-6/+6
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-177-7/+7
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-227-7/+7
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-172-2/+2
* chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel2019-11-281-2/+3
* chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer2019-11-131-4/+13
* s390x assembly pack: perlasm module updatePatrick Steuer2019-11-051-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Unify all assembler file generatorsRichard Levitte2019-09-168-24/+32
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-9/+8
* Move chacha_asm_src file information to build.info filesRichard Levitte2019-06-171-1/+26
* s390x assembly pack: remove chacha20 dependency on non-base memnonicsPatrick Steuer2019-04-251-1/+1
* chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.Andy Polyakov2019-04-171-201/+353
* ARM64 assembly pack: add ThunderX2 results.Andy Polyakov2019-04-171-0/+1
* IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov2019-03-292-0/+293
* s390x assembly pack: import chacha from cryptogams repoPatrick Steuer2019-03-111-287/+719
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-161-14/+5
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-161-2/+9
* s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer2019-02-161-1/+1
* AArch64 assembly pack: authenticate return addresses.Andy Polyakov2019-02-121-0/+8
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-311-7/+2
* crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer2019-01-052-259/+558
* Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte2018-12-068-8/+8
* chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov2018-07-031-74/+221
* Update copyright yearMatt Caswell2018-06-201-1/+1
* {chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* chacha/asm/chacha-ppc.pl: fix big-endian build.Andy Polyakov2018-06-081-5/+6
* chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.Andy Polyakov2018-06-061-8/+407
* chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.Andy Polyakov2018-06-031-33/+41
* PPC assembly pack: correct POWER9 results.Andy Polyakov2018-06-031-1/+1
* chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.Andy Polyakov2018-05-301-49/+35
* Update copyright yearMatt Caswell2018-05-291-1/+1
* PPC assembly pack: add POWER9 results.Andy Polyakov2018-05-101-0/+1
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-2/+1
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-1/+3
* 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