aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305-x86_64-glue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-154/+0
| | | | | | | | | 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>
* poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld2018-10-021-0/+9
|
* poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-11/+22
|
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-38/+13
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* 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: account for simd being toggled off midwayJason A. Donenfeld2018-09-201-26/+58
| | | | | | This is a very rare occurance, but we should account for it, so that the calculations aren't wrong. Here we convert from base 2^26 back to base 2^64.
* poly1305-x86_64: show full struct for stateJason A. Donenfeld2018-09-181-5/+7
|
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-4/+11
|
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-1/+1
|
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-3/+0
|
* poly1305-x86_64: don't activate simd for small blocksJason A. Donenfeld2018-09-171-3/+14
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-8/+8
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-2/+1
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+111