aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ghash-generic.c
AgeCommit message (Expand)Author
2019-07-26crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-01-12crypto: ghash - remove checks for key being setEric Biggers
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2015-01-13crypto: add missing crypto module aliasesMathias Krause
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying