aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* poly1305-mips32r2: remove all reorder directivesRené van Dorst2018-09-211-32/+22
| | | | | | | | This requires some minimal rearranging to make work, but for the most part as does the right thing, provided we pass it an optimization flag. Suggested-by: Paul Burton <paul.burton@mips.com> Signed-off-by: René van Dorst <opensource@vdorst.com>
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-2011-22/+22
| | | | | 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-2011-11/+11
| | | | Suggested-by: Thomas Gleixner <tglx@linutronix.de>
* poly1305: account for simd being toggled off midwayJason A. Donenfeld2018-09-202-26/+114
| | | | | | 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: 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
|
* 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-182-5/+16
|
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-184-3/+31
|
* crypto: do not use -include trickJason A. Donenfeld2018-09-174-11/+7
|
* poly1305-x86_64: don't activate simd for small blocksJason A. Donenfeld2018-09-171-3/+14
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-174-20/+20
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-174-11/+6
|
* crypto: make MITJason A. Donenfeld2018-09-1611-11/+11
|
* poly1305: precompute 5*r in init instead of blocksJason A. Donenfeld2018-09-122-6/+18
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-111-3/+3
|
* poly1305: switch to donnaJason A. Donenfeld2018-09-103-183/+398
|
* crypto: use CRYPTOGAMS licenseJason A. Donenfeld2018-09-065-13/+17
|
* crypto: import zincJason A. Donenfeld2018-09-039-0/+6014