aboutsummaryrefslogtreecommitdiff
path: root/crypto/chacha
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte1-1/+1
2023-08-09Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger1-0/+2
2023-08-01Backport crypto/armcap.c from master branchTom Cosgrove1-1/+1
2023-05-30Update copyright yearTomas Mraz1-1/+1
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller2-2/+2
2023-03-14Update copyright yearMatt Caswell1-1/+1
2023-01-16Fix big-endian issue in chacha20 SVE implementation on aarch64fangming.fang1-9/+16
2022-12-14Do not build P10-specific Chacha20 assembler on AIXTomas Mraz2-3/+8
2022-12-01Update copyright yearTomas Mraz4-4/+4
2022-11-23Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2Daniel Hu1-294/+528
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