aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20/chacha20-x86_64-glue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chacha20: split chacha20_ctx into unionJason A. Donenfeld2018-10-021-6/+6
| | | | This avoids casts and makes counter increments obvious.
* chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-13/+27
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-31/+12
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-251-3/+5
|
* chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld2018-09-211-10/+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>
* chacha20-x86_64: use correct cut off for avx512-vlJason A. Donenfeld2018-09-181-1/+1
|
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-1/+2
|
* chacha20-x86_64: more limited cascadeJason A. Donenfeld2018-09-181-5/+4
|
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-1/+1
|
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-3/+0
|
* chacha20-x86_64: don't activate simd for small blocksJason A. Donenfeld2018-09-171-1/+2
|
* crypto: pass simd by referenceJason A. Donenfeld2018-09-171-4/+4
|
* chacha20-x86_64: cascade down implementationsJason A. Donenfeld2018-09-171-3/+3
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+104