aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519-arm-glue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-43/+0
| | | | | | | | | 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>
* curve25519-arm: use new simd apiJason A. Donenfeld2018-10-031-6/+9
|
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-5/+3
| | | | Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
* curve25519-arm: disable on big-endianJason A. Donenfeld2018-09-251-2/+2
| | | | | The qhasm was only written for little-endian systems, and we don't want disaster to ensue.
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-8/+8
|
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-231-7/+2
|
* crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2018-09-231-3/+7
| | | | It might be defined even if the compiler doesn't support it.
* 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: make MITJason A. Donenfeld2018-09-161-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+46