aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/sha.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-0/+10
2020-05-08crypto: lib/sha256 - return voidEric Biggers1-12/+6
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede1-2/+28
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-0/+21
2018-06-22crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart1-0/+2
2018-06-22crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin1-0/+6
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel1-1/+1
2015-04-10crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel1-1/+1
2015-04-10crypto: sha1 - implement base layer for SHA-1Ard Biesheuvel1-1/+1
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen1-0/+3
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen1-0/+2
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu1-0/+2
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause1-0/+3
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu1-3/+3
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu1-0/+6
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu1-0/+6
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu1-0/+8
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch1-0/+12
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsJan Glauber1-0/+53