aboutsummaryrefslogtreecommitdiff
path: root/crypto/ghash-generic.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-07-27crypto: ghash - add comment and improve help textGravatar Eric Biggers 1-3/+28
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Gravatar Eric Biggers 1-1/+7
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+0
2018-01-12crypto: ghash - remove checks for key being setGravatar Eric Biggers 1-6/+0
2016-10-02crypto: ghash-generic - move common definitions to a new header fileGravatar Marcelo Cerri 1-12/+1
2015-01-13crypto: add missing crypto module aliasesGravatar Mathias Krause 1-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-1/+0
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setGravatar Nick Bowler 1-0/+6
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMGravatar Huang Ying 1-0/+170