aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-071-2/+2
|
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-3/+4
|
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-4/+4
| | | | | | | | | This is done by 259 other files in the kernel tree: linux $ rg '#include.*\.c' -l | wc -l 259 Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-021-1/+1
|
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-021-1/+1
| | | | | | | If it's a built-in and initcall fails, it won't be fatal. So we should at least be loud. Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-1/+1
|
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-251-1/+1
| | | | | Also we make selftest errors of type err, so that they're obvious in dmesg.
* 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>
* poly1305: no need to trick gcc 8.1Jason A. Donenfeld2018-09-191-2/+2
| | | | | | | This reverts 37f114a73ba37219b00a66f0a51219a696599745, since gcc 8.2 no longer exhibits that bug. Suggested-by: Eric Biggers <ebiggers@kernel.org>
* poly1305: better module descriptionJason A. Donenfeld2018-09-181-1/+1
|
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-1/+5
|
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-0/+28
|
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-1/+7
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-6/+6
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-5/+3
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-111-3/+3
|
* poly1305: switch to donnaJason A. Donenfeld2018-09-101-183/+23
|
* crypto: use CRYPTOGAMS licenseJason A. Donenfeld2018-09-061-2/+4
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+289