index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ghash-generic.c
Age
Commit message (
Expand
)
Author
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-06
crypto: ghash - fix unaligned memory access in ghash_setkey()
Eric Biggers
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-07-09
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-01-12
crypto: ghash - remove checks for key being set
Eric Biggers
2016-10-02
crypto: ghash-generic - move common definitions to a new header file
Marcelo Cerri
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2012-08-01
crypto: cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
2011-10-21
crypto: ghash - Avoid null pointer dereference if no key is set
Nick Bowler
2009-08-06
crypto: ghash - Add GHASH digest algorithm for GCM
Huang Ying