aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20/chacha20-arm-glue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: use ZINC_ARCH macrosJason A. Donenfeld2018-10-021-4/+4
|
* chacha20: split chacha20_ctx into unionJason A. Donenfeld2018-10-021-5/+5
| | | | This avoids casts and makes counter increments obvious.
* chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-7/+24
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-31/+24
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-251-3/+5
|
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-231-7/+2
|
* chacha20-arm: use new scalar implementationJason A. Donenfeld2018-09-231-43/+51
| | | | | It turns out this is faster than NEON on some chips, so it's nice to have.
* chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld2018-09-211-8/+44
|
* 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-1/+1
|
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-3/+0
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-3/+3
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+50