aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha1_generic.c
AgeCommit message (Expand)AuthorFilesLines
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/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Gravatar Eric Biggers 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+0
2018-07-09crypto: sha1_generic - add cra_priorityGravatar Eric Biggers 1-0/+1
2015-12-22crypto: hash - add zero length message hash for shax and md5Gravatar LABBE Corentin 1-0/+7
2015-04-10crypto: sha1-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-82/+20
2015-01-13crypto: add missing crypto module aliasesGravatar Mathias Krause 1-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataGravatar Daniel Borkmann 1-1/+1
2011-08-10crypto: sha1 - export sha1_update for reuseGravatar Mathias Krause 1-4/+5
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEGravatar Mandeep Singh Baines 1-5/+6
2009-07-11crypto: sha1_generic - Add export/import supportGravatar Herbert Xu 1-16/+25
2008-12-25crypto: sha1 - Switch to shashGravatar Adrian-Ken Rueegsegger 1-25/+31
2008-04-21[CRYPTO] all: Clean up init()/fini()Gravatar Kamalesh Babulal 1-4/+4
2007-11-02cleanup asm/scatterlist.h includesGravatar Adrian Bunk 1-1/+0
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsGravatar Jan Glauber 1-5/+3
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasGravatar Sebastian Siewior 1-0/+142