summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/ghash-clmulni-intel_glue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-4/+5
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-081-2/+1Star
* crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King2018-05-051-1/+1
* crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17Star
* crypto: ghash-clmulni - Fix load failureWang, Rui Y2015-12-041-0/+26
* crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin2015-09-041-0/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* crypto: clmulni - mark ghash clmulni helper ciphersStephan Mueller2015-03-311-2/+5
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu2014-04-041-6/+6
* crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2014-04-011-3/+11
* crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-2/+0Star
* crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen2012-01-271-4/+8
* crypto: ghash-intel - Fix set but not used in ghash_async_setkey()Gustavo F. Padovan2011-06-301-1/+1
* crypto: ghash-intel - ghash-clmulni-intel_glue needs err.hRandy Dunlap2010-12-151-0/+1
* crypto: ghash-intel - Fix irq_fpu_usable usageHuang Ying2009-11-031-4/+4
* crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-191-0/+333