summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/poly1305_glue.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud