aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305-arm-glue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-139/+0
* poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld2018-10-021-0/+11
* crypto: use ZINC_ARCH macrosJason A. Donenfeld2018-10-021-5/+5
* poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-16/+25
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-20/+16
* poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld2018-09-251-1/+5
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-231-9/+4
* crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2018-09-231-6/+9
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-201-1/+1
* poly1305: account for simd being toggled off midwayJason A. Donenfeld2018-09-201-0/+56
* 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-4/+4
* poly1305: do not require simd context for archJason A. Donenfeld2018-09-171-2/+1
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
* crypto: import zincJason A. Donenfeld2018-09-031-0/+69