aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/asm
Commit message (Expand)AuthorAgeFilesLines
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* poly1305/asm/poly1305-mips.pl: adhere to standard frame layout.Andy Polyakov2016-05-281-20/+24
* SPARC assembly pack: add missing .type directives.Andy Polyakov2016-05-281-0/+7
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2110-10/+80
* MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2016-05-101-0/+414
* poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov2016-05-061-0/+4
* poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov2016-05-061-4/+4
* SPARCv9 assembly pack: fine-tune run-time switch.Andy Polyakov2016-04-261-2/+2
* crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.Andy Polyakov2016-04-253-22/+72
* poly1305/asm/poly1305-x86_64.pl: not all assemblers manage << in constants.Andy Polyakov2016-04-201-5/+5
* crypto/poly1305: don't break carry chains.Andy Polyakov2016-04-049-70/+68
* poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov2016-03-291-8/+9
* poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2016-03-151-2/+8
* s390x assembly pack: 32-bit fixups.Andy Polyakov2016-03-141-1/+4
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-093-0/+11
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-081-0/+3
* poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov2016-03-024-94/+97
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov2016-02-231-2/+2
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-132-0/+1368
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+320
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-132-0/+2141
* poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov2016-02-111-2/+2
* poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov2016-02-111-4/+6
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-102-0/+4038
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-091-0/+216
* Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov2016-01-311-0/+1097