aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/sha.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-0/+10
2020-05-08crypto: lib/sha256 - return voidGravatar Eric Biggers 1-12/+6
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationGravatar Hans de Goede 1-2/+28
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hGravatar Hans de Goede 1-0/+21
2018-06-22crypto: sha512_generic - add a sha384 0-length pre-computed hashGravatar Antoine Tenart 1-0/+2
2018-06-22crypto: sha512_generic - add a sha512 0-length pre-computed hashGravatar Antoine Tenart 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-12-22crypto: hash - add zero length message hash for shax and md5Gravatar LABBE Corentin 1-0/+6
2015-04-10crypto: sha512-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-0/+3
2015-04-10crypto: sha256-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-0/+3
2015-04-10crypto: sha1-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-0/+3
2015-04-10crypto: sha512 - implement base layer for SHA-512Gravatar Ard Biesheuvel 1-1/+1
2015-04-10crypto: sha256 - implement base layer for SHA-256Gravatar Ard Biesheuvel 1-1/+1
2015-04-10crypto: sha1 - implement base layer for SHA-1Gravatar Ard Biesheuvel 1-1/+1
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesGravatar Tim Chen 1-0/+3
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Gravatar Tim Chen 1-0/+2
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateGravatar Herbert Xu 1-0/+2
2011-08-10crypto: sha1 - export sha1_update for reuseGravatar Mathias Krause 1-0/+3
2009-07-22crypto: sha512_generic - Use 64-bit countersGravatar Herbert Xu 1-3/+3
2009-07-22crypto: sha512 - Export struct sha512_stateGravatar Herbert Xu 1-0/+6
2009-07-11crypto: sha256_generic - Add export/import supportGravatar Herbert Xu 1-0/+6
2009-07-11crypto: sha1_generic - Add export/import supportGravatar Herbert Xu 1-0/+8
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Gravatar Jonathan Lynch 1-0/+12
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsGravatar Jan Glauber 1-0/+53