summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/poly1305_glue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* 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/+0Star
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-1/+0Star
* crypto: x86/poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0Star
* 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