summaryrefslogtreecommitdiff
path: root/crypto/md5.c
AgeCommit message (Expand)Author
2020-02-28crypto: md5 - remove unused macrosYueHaibing
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-03-31crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko
2017-03-24md5: remove from lib and only live in cryptoJason A. Donenfeld
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin
2015-05-18crypto: md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller
2010-03-02crypto: md5 - Set statesizeHerbert Xu
2010-01-17crypto: md5 - Add export supportMax Vozeler
2008-12-25crypto: md5 - Switch to shashAdrian-Ken Rueegsegger
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu
2003-05-15[CRYPTO]: Fix memcpy/memset args.Andrew Morton
2002-10-29[CRYPTO]: Uninline some functions to save some bloat.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-26[CRYPTO]: Add MD4.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