summaryrefslogtreecommitdiffstats
path: root/crypto/ghash-generic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-1/+7
|\
| * crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-06-061-1/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: ghash - remove checks for key being setEric Biggers2018-01-121-6/+0
* crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-12/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-131-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-1/+0
* crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler2011-10-211-0/+6
* crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying2009-08-061-0/+170