aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ghash-generic.c
Commit message (Expand)AuthorAge
* crypto: ghash - add comment and improve help textEric Biggers2019-07-27
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-06-06
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-18
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-08
* crypto: ghash - remove checks for key being setEric Biggers2018-01-12
* crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-02
* crypto: add missing crypto module aliasesMathias Krause2015-01-13
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-24
* crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-01
* crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler2011-10-21
* crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying2009-08-06