aboutsummaryrefslogtreecommitdiff
path: root/lib/sha1.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Gravatar Eric Biggers 1-137/+0
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeGravatar Jason A. Donenfeld 1-81/+14
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Gravatar Eric Biggers 1-10/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-03-23lib: EXPORT_SYMBOL sha_initGravatar Hannes Frederic Sowa 1-0/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-09-13lib/sha1.c: quiet sparse noise about symbol not declaredGravatar H Hartley Sweeten 1-0/+1
2011-08-06lib/sha1: use the git implementation of SHA-1Gravatar Mandeep Singh Baines 1-54/+158
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-5/+4
2005-06-25[PATCH] lib/sha1.c: fix sparse warningGravatar Domen Puncer 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+96