aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20poly1305.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-3/+4
|
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-1/+1
| | | | | | | | | 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: document what's used from <crypto/ beside #includeJason 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>
* 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.
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-12/+12
|
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-251-4/+6
|
* 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>
* chacha20poly1305: relax simd between sg chunksJason A. Donenfeld2018-09-181-0/+2
|
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-0/+27
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-18/+21
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-4/+4
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-111-4/+4
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+333