aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/include/zinc/chacha20.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: make constant naming scheme consistentJason A. Donenfeld2018-09-251-3/+3
|
* 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-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>
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-2/+0
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-2/+2
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* chacha20: add constant for words in blockJason A. Donenfeld2018-09-121-0/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+53