aboutsummaryrefslogtreecommitdiff
path: root/crypto/chacha
AgeCommit message (Expand)AuthorFilesLines
2022-11-21Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng1-0/+22
2022-11-21Optimize chacha20 on aarch64 by SVE2Daniel Hu1-162/+235
2022-11-21Acceleration of chacha20 on aarch64 by SVEDaniel Hu3-6/+887
2022-11-11Fixed conditional statement testing 64 and 256 bytesDanny Tsen1-67/+1
2022-11-11chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee3-6/+1366
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler1-9/+9
2022-05-27Generate the preprocessed .s files for chacha and poly 1305 on ia64Tomas Mraz1-1/+2
2022-05-27Revert "Use .s extension for ia64 assembler"Tomas Mraz1-2/+2
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior1-2/+2
2022-04-25Use .s extension for ia64 assemblerJon Spillett1-2/+2
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz2-1/+36
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-05-21Properly restore XMM registers in ChaCha20's AVX-512(VL) assemblyJean-Philippe Boivin1-10/+42
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler1-0/+1
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim2-2/+2
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-07-11Add and use internal header that implements endianness checkRichard Levitte1-5/+3
2020-04-23Update copyright yearMatt Caswell6-6/+6
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin7-7/+7
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin7-7/+7
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2-2/+2
2019-11-28chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel1-2/+3
2019-11-13chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer1-4/+13
2019-11-05s390x assembly pack: perlasm module updatePatrick Steuer1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-16Unify all assembler file generatorsRichard Levitte8-24/+32
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte1-9/+8
2019-06-17Move chacha_asm_src file information to build.info filesRichard Levitte1-1/+26
2019-04-25s390x assembly pack: remove chacha20 dependency on non-base memnonicsPatrick Steuer1-1/+1
2019-04-17chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.Andy Polyakov1-201/+353
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov1-0/+1
2019-03-29IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov2-0/+293
2019-03-11s390x assembly pack: import chacha from cryptogams repoPatrick Steuer1-287/+719
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov1-14/+5
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov1-2/+9
2019-02-16s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer1-1/+1
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov1-0/+8
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte1-7/+2
2019-01-05crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer2-259/+558
2018-12-06Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte8-8/+8
2018-07-03chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov1-74/+221
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov1-1/+1
2018-06-08chacha/asm/chacha-ppc.pl: fix big-endian build.Andy Polyakov1-5/+6
2018-06-06chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.Andy Polyakov1-8/+407
2018-06-03chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.Andy Polyakov1-33/+41
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov1-1/+1
2018-05-30chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.Andy Polyakov1-49/+35
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov1-0/+1