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