aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/asm
Commit message (Expand)AuthorAgeFilesLines
* poly1305-ppc.pl: Fix vector register clobberingRohan McLure2024-01-091-21/+21
* Copyright year updatesMatt Caswell2023-09-072-2/+2
* Avoid clobbering non-volatile XMM registersBernd Edlinger2023-09-021-2/+2
* Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.aTom Cosgrove2023-03-291-1/+1
* Revert "Use .s extension for ia64 assembler"Tomas Mraz2022-05-271-0/+0
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Use .s extension for ia64 assemblerJon Spillett2022-04-251-0/+0
* Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin2022-01-091-12/+12
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2021-10-011-2/+15
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-151-1/+4
* crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel2020-10-291-1/+1
* Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler2020-10-221-1/+5
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-272-2/+2
* Update copyright yearMatt Caswell2020-04-238-8/+8
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-178-8/+8
* x86_64: Add endbranch at function entries for Intel CETH.J. Lu2020-02-151-0/+2
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-228-8/+8
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-172-2/+2
* Add some missing cfi frame info in poly1305-x86_64.plBernd Edlinger2019-12-231-0/+24
* s390x assembly pack: perlasm module updatePatrick Steuer2019-11-051-1/+1
* Unify all assembler file generatorsRichard Levitte2019-09-1610-31/+47
* Fix TyposAntoine Cœur2019-07-021-3/+3
* s390x assembly pack: remove poly1305 dependency on non-base memnonicsPatrick Steuer2019-04-251-1/+1
* ARM64 assembly pack: add ThunderX2 results.Andy Polyakov2019-04-171-0/+1
* s390x assembly pack: import poly from cryptogams repoPatrick Steuer2019-03-291-657/+798
* IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov2019-03-291-0/+365
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-161-19/+12
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-161-24/+24
* AArch64 assembly pack: authenticate return addresses.Andy Polyakov2019-02-121-0/+2
* crypto/poly1305/asm/poly1305-s390x.pl: add vx code path.Patrick Steuer2019-02-051-164/+780
* poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov2019-02-011-110/+1442
* Following the license change, modify the boilerplates in crypto/poly1305/Richard Levitte2018-12-0610-10/+10
* Update copyright yearMatt Caswell2018-09-111-1/+1
* poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.Andy Polyakov2018-07-101-39/+38
* evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov2018-07-061-0/+104
* Update copyright yearMatt Caswell2018-06-201-1/+1
* {chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* PPC assembly pack: correct POWER9 results.Andy Polyakov2018-06-032-2/+1
* Update copyright yearMatt Caswell2018-05-292-2/+2
* PPC assembly pack: add POWER9 results.Andy Polyakov2018-05-102-0/+2
* Update copyright yearMatt Caswell2018-05-011-1/+1
* poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry2018-04-181-1/+2
* poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.Andy Polyakov2017-12-231-19/+21
* poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov2017-11-251-68/+72
* ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov2017-11-131-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-112-4/+4
* x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2017-07-211-2/+5
* 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