aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/include/zinc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: change BUG_ON to WARN_ONJason A. Donenfeld2018-10-021-5/+4
| | | | Suggested-by: Andrew Lunn <andrew@lunn.ch>
* chacha20: no need to align ctxJason A. Donenfeld2018-10-021-1/+1
| | | | | | We don't use vmovdqa any more. Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* chacha20: split chacha20_ctx into unionJason A. Donenfeld2018-10-021-21/+26
| | | | This avoids casts and makes counter increments obvious.
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-021-1/+0
|
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-254-25/+25
|
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-251-5/+5
|
* chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld2018-09-211-0/+13
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-205-10/+10
| | | | | 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-205-5/+5
| | | | Suggested-by: Thomas Gleixner <tglx@linutronix.de>
* blake2s: simplify final functionJason A. Donenfeld2018-09-191-38/+1
| | | | Suggested-by: Eric Biggers <ebiggers@kernel.org>
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-185-24/+0
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-173-6/+6
|
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-2/+1
|
* crypto: make MITJason A. Donenfeld2018-09-165-5/+5
|
* chacha20: add constant for words in blockJason A. Donenfeld2018-09-121-0/+1
|
* poly1305: rename finish to finalJason A. Donenfeld2018-09-111-3/+3
|
* global: prefer sizeof(*pointer) when possibleJason A. Donenfeld2018-09-041-1/+1
| | | | Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* crypto: import zincJason A. Donenfeld2018-09-035-0/+274