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