aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305-mips64.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-360/+0
| | | | | We also separate out Eric Biggers' Cortex A7 implementation into its own file.
* poly1305-mips64: use compiler-defined macros in assemblyJason A. Donenfeld2018-10-021-5/+10
| | | | | | | Andy and I agreed it's more correct to use the compiler-defined macros in assembly code, and not the project specific macros. Suggested-by: Andy Polyakov <appro@openssl.org>
* poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld2018-09-231-4/+0
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-201-1/+1
| | | | Suggested-by: Thomas Gleixner <tglx@linutronix.de>
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* crypto: use CRYPTOGAMS licenseJason A. Donenfeld2018-09-061-2/+4
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+357