index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
chacha
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2
Daniel Hu
2022-09-01
1
-294
/
+528
*
Add ROTATE inline RISC-V zbb/zbkb asm for chacha
Hongren (Zenithal) Zheng
2022-07-13
1
-0
/
+22
*
Optimize chacha20 on aarch64 by SVE2
Daniel Hu
2022-06-22
1
-162
/
+235
*
Generate the preprocessed .s files for chacha and poly 1305 on ia64
Tomas Mraz
2022-05-27
1
-1
/
+2
*
Revert "Use .s extension for ia64 assembler"
Tomas Mraz
2022-05-27
1
-2
/
+2
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
3
-3
/
+3
*
Acceleration of chacha20 on aarch64 by SVE
Daniel Hu
2022-05-03
3
-6
/
+887
*
Use .s extension for ia64 assembler
Jon Spillett
2022-04-25
1
-2
/
+2
*
Fixed conditional statement testing 64 and 256 bytes
Danny Tsen
2022-03-14
1
-67
/
+1
*
chacha20 performance optimizations for ppc64le with 8x lanes,
Deepankar Bhattacharjee
2022-02-22
3
-6
/
+1366
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
1
-9
/
+9
*
ppccap.c: Split out algorithm-specific functions
Tomas Mraz
2021-06-25
2
-1
/
+36
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Properly restore XMM registers in ChaCha20's AVX-512(VL) assembly
Jean-Philippe Boivin
2021-05-21
1
-10
/
+42
*
Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...
Romain Geissler
2020-10-22
1
-0
/
+1
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
2
-2
/
+2
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-5
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
6
-6
/
+6
*
Also check for errors in x86_64-xlate.pl.
David Benjamin
2020-02-17
7
-7
/
+7
*
Do not silently truncate files on perlasm errors
David Benjamin
2020-01-22
7
-7
/
+7
*
For all assembler scripts where it matters, recognise clang > 9.x
Richard Levitte
2020-01-17
2
-2
/
+2
*
chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctly
Ard Biesheuvel
2019-11-28
1
-2
/
+3
*
chacha_enc.c: fix for EBCDIC platforms
Joerg Schmidbauer
2019-11-13
1
-4
/
+13
*
s390x assembly pack: perlasm module update
Patrick Steuer
2019-11-05
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Unify all assembler file generators
Richard Levitte
2019-09-16
8
-24
/
+32
*
build.info: For all assembler generators, remove all arguments
Richard Levitte
2019-09-16
1
-9
/
+8
*
Move chacha_asm_src file information to build.info files
Richard Levitte
2019-06-17
1
-1
/
+26
*
s390x assembly pack: remove chacha20 dependency on non-base memnonics
Patrick Steuer
2019-04-25
1
-1
/
+1
*
chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.
Andy Polyakov
2019-04-17
1
-201
/
+353
*
ARM64 assembly pack: add ThunderX2 results.
Andy Polyakov
2019-04-17
1
-0
/
+1
*
IA64 assembly pack: add {chacha|poly1305}-ia64 modules.
Andy Polyakov
2019-03-29
2
-0
/
+293
*
s390x assembly pack: import chacha from cryptogams repo
Patrick Steuer
2019-03-11
1
-287
/
+719
*
ARM64 assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-14
/
+5
*
ARM assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-2
/
+9
*
s390x assembly pack: fix formal interface bug in chacha module
Patrick Steuer
2019-02-16
1
-1
/
+1
*
AArch64 assembly pack: authenticate return addresses.
Andy Polyakov
2019-02-12
1
-0
/
+8
*
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
Richard Levitte
2019-01-31
1
-7
/
+2
*
crypto/chacha/asm/chacha-s390x.pl: add vx code path.
Patrick Steuer
2019-01-05
2
-259
/
+558
*
Following the license change, modify the boilerplates in crypto/chacha/
Richard Levitte
2018-12-06
8
-8
/
+8
*
chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.
Andy Polyakov
2018-07-03
1
-74
/
+221
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
*
chacha/asm/chacha-ppc.pl: fix big-endian build.
Andy Polyakov
2018-06-08
1
-5
/
+6
*
chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.
Andy Polyakov
2018-06-06
1
-8
/
+407
*
chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.
Andy Polyakov
2018-06-03
1
-33
/
+41
*
PPC assembly pack: correct POWER9 results.
Andy Polyakov
2018-06-03
1
-1
/
+1
*
chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.
Andy Polyakov
2018-05-30
1
-49
/
+35
[next]