summaryrefslogtreecommitdiff
path: root/crypto/sha1.c
AgeCommit message (Expand)Author
2025-09-02crypto: sha1 - Implement export_core() and import_core()Eric Biggers
2025-07-14crypto: sha1 - Use same state format as legacy driversEric Biggers
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior
2006-09-21[CRYPTO] sha: Add module aliases for sha1 / sha256Michal Ludvig
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto
2006-01-09[CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu
2006-01-09[CRYPTO] sha1: Avoid shifting count left and rightNicolas Pitre
2006-01-09[CRYPTO] sha1: Rename i/j to done/partialNicolas Pitre
2006-01-09[CRYPTO] sha1: Avoid useless memcpy()Nicolas Pitre
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu
2005-03-07[PATCH] random: Update cryptolib to use SHA fro libMatt Mackall
2005-03-07[PATCH] random: Use them throughout the treeMatt Mackall
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones
2002-11-06[CRYPTO]: minor updatesJames Morris
2002-11-06[CRYPTO]: Add SHA256 plus bug fixes.James Morris
2002-10-29[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.James Morris
2002-10-28[CRYPTO]: Cleanups and more consistency checks.James Morris
2002-10-27[CRYPTO]: Algorithm lookup API change plus bug fixes.James Morris
2002-10-24[CRYPTO]: Use try_inc_mod_count and semaphore for alg list.James Morris
2002-10-24[CRYPTO]: Cleanups based upon feedback from Rusty and jgarzikJames Morris
2002-10-23[CRYPTO]: Fix compiler warnings and build failures.David S. Miller
2002-10-23[CRYPTO]: Add initial crypto api subsystem.James Morris