Age | Commit message (Expand) | Author |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-07-16 | crypto: lib/sha256 - add sha256() function | Eric Biggers |
2020-05-08 | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h | Eric Biggers |
2020-05-08 | crypto: lib/sha256 - return void | Eric Biggers |
2019-09-05 | crypto: sha256 - Remove sha256/224_init code duplication | Hans de Goede |
2019-09-05 | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h | Hans de Goede |
2018-06-22 | crypto: sha512_generic - add a sha384 0-length pre-computed hash | Antoine Tenart |
2018-06-22 | crypto: sha512_generic - add a sha512 0-length pre-computed hash | Antoine Tenart |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2015-12-22 | crypto: hash - add zero length message hash for shax and md5 | LABBE Corentin |
2015-04-10 | crypto: sha512-generic - move to generic glue implementation | Ard Biesheuvel |
2015-04-10 | crypto: sha256-generic - move to generic glue implementation | Ard Biesheuvel |
2015-04-10 | crypto: sha1-generic - move to generic glue implementation | Ard Biesheuvel |
2015-04-10 | crypto: sha512 - implement base layer for SHA-512 | Ard Biesheuvel |
2015-04-10 | crypto: sha256 - implement base layer for SHA-256 | Ard Biesheuvel |
2015-04-10 | crypto: sha1 - implement base layer for SHA-1 | Ard Biesheuvel |
2013-04-25 | crypto: sha512 - Expose generic sha512 routine to be callable from other modules | Tim Chen |
2013-04-03 | crypto: sha256 - Expose SHA256 generic routine to be callable externally. | Tim Chen |
2011-08-16 | crypto: sha - Fix build error due to crypto_sha1_update | Herbert Xu |
2011-08-10 | crypto: sha1 - export sha1_update for reuse | Mathias Krause |
2009-07-22 | crypto: sha512_generic - Use 64-bit counters | Herbert Xu |
2009-07-22 | crypto: sha512 - Export struct sha512_state | Herbert Xu |
2009-07-11 | crypto: sha256_generic - Add export/import support | Herbert Xu |
2009-07-11 | crypto: sha1_generic - Add export/import support | Herbert Xu |
2008-01-11 | [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 | Jonathan Lynch |
2007-10-10 | [CRYPTO] sha: Add header file for SHA definitions | Jan Glauber |