aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha
Commit message (Expand)AuthorAgeFilesLines
* 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
* chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov2016-12-251-26/+249
* x86 assembly pack: update performance results.Andy Polyakov2016-12-192-0/+2
* poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov2016-12-151-1/+1
* x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov2016-12-121-3/+519
* chacha/asm/chacha-x86.pl: improve [backward] portability.Andy Polyakov2016-11-111-1/+8
* PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov2016-11-111-1/+2
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-101-31/+0
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-091-0/+31
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-242-0/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-103-6/+6
* chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov2016-09-081-0/+1
* ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2016-08-161-0/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* s390x assembly pack: improve portability.Andy Polyakov2016-06-061-2/+2
* chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov2016-06-031-3/+7
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* Add OpenSSL copyright to .pl filesRich Salz2016-05-217-7/+56
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
* chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov2016-05-021-1/+3
* chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian.Andy Polyakov2016-04-251-1/+3
* Remove --classic build entirelyRichard Levitte2016-04-201-57/+0
* chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov2016-04-131-0/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-1/+1
* crypto/*/build.info: make it work on ARM platforms.Andy Polyakov2016-03-111-2/+4
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-101-0/+2
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-094-9/+14
* chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov2016-03-041-1/+1
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov2016-02-273-18/+18
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov2016-02-144-0/+16
* chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2016-02-142-5/+5
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-4/+4
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+946
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+916
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+2273
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+12
* chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov2016-02-101-11/+11
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-103-0/+3367
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-092-0/+319