summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/poly1305_glue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-301-7/+6
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-081-3/+2
* x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-081-3/+3
* crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld2020-01-221-6/+2
* crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-161-306/+167
* crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-161-11/+204
* crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-271-2/+3
* crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-16/+41
* crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-171-11/+55
* crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-171-59/+29
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-2/+2
* crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-9/+11
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-081-1/+0
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-1/+0
* crypto: x86/poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0
* x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+2
* x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-1/+1
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-1/+1
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-0/+40
* crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi2015-07-171-5/+49
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+123