aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/ghash-clmulni-intel_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-27crypto: ghash - add comment and improve help textEric Biggers1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers1-4/+5
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-2/+1
2018-05-05crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King1-1/+1
2016-06-23crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu1-23/+17
2015-12-04crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2015-09-04crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin1-0/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-03-31crypto: clmulni - mark ghash clmulni helper ciphersStephan Mueller1-2/+5
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2014-04-04crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu1-6/+6
2014-04-01crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel1-3/+11
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-2/+0
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen1-4/+8
2011-06-30crypto: ghash-intel - Fix set but not used in ghash_async_setkey()Gustavo F. Padovan1-1/+1
2010-12-15crypto: ghash-intel - ghash-clmulni-intel_glue needs err.hRandy Dunlap1-0/+1
2009-11-03crypto: ghash-intel - Fix irq_fpu_usable usageHuang Ying1-4/+4
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying1-0/+333