| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h | Eric Biggers | 2020-05-08 | 1 | -1/+0 |
* | crypto: lib/sha1 - rename "sha" to "sha1" | Eric Biggers | 2020-05-08 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+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-09 | 1 | -1/+0 |
* | crypto: sha1_generic - add cra_priority | Eric Biggers | 2018-07-09 | 1 | -0/+1 |
* | crypto: hash - add zero length message hash for shax and md5 | LABBE Corentin | 2015-12-22 | 1 | -0/+7 |
* | crypto: sha1-generic - move to generic glue implementation | Ard Biesheuvel | 2015-04-10 | 1 | -82/+20 |
* | 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: memzero_explicit - make sure to clear out sensitive data | Daniel Borkmann | 2014-10-17 | 1 | -1/+1 |
* | crypto: sha1 - export sha1_update for reuse | Mathias Krause | 2011-08-10 | 1 | -4/+5 |
* | crypto: sha1_generic - use SHA1_BLOCK_SIZE | Mandeep Singh Baines | 2011-06-30 | 1 | -5/+6 |
* | crypto: sha1_generic - Add export/import support | Herbert Xu | 2009-07-11 | 1 | -16/+25 |
* | crypto: sha1 - Switch to shash | Adrian-Ken Rueegsegger | 2008-12-25 | 1 | -25/+31 |
* | [CRYPTO] all: Clean up init()/fini() | Kamalesh Babulal | 2008-04-21 | 1 | -4/+4 |
* | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 1 | -1/+0 |
* | [CRYPTO] sha: Add header file for SHA definitions | Jan Glauber | 2007-10-10 | 1 | -5/+3 |
* | [CRYPTO] sha: Load the SHA[1|256] module by an alias | Sebastian Siewior | 2007-10-10 | 1 | -0/+142 |