aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/poly1305_glue.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-22
* crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-20
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-08
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-12
* crypto: x86/poly1305 - remove cra_alignmaskEric Biggers2018-01-05
* x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov2016-04-13
* x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov2016-04-13
* x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-31
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-14
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-17
* crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi2015-07-17
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-17