aboutsummaryrefslogtreecommitdiff
path: root/crypto/md5.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28crypto: md5 - remove unused macrosGravatar YueHaibing 1-3/+0
2019-06-13crypto: make all generic algorithms set cra_driver_nameGravatar Eric Biggers 1-3/+4
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-03-31crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Gravatar Andy Shevchenko 1-17/+0
2017-03-24md5: remove from lib and only live in cryptoGravatar Jason A. Donenfeld 1-1/+94
2015-12-22crypto: hash - add zero length message hash for shax and md5Gravatar LABBE Corentin 1-0/+6
2015-05-18crypto: md5 - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-0/+1
2011-08-06crypto: Move md5_transform to lib/md5.cGravatar David S. Miller 1-91/+1
2010-03-02crypto: md5 - Set statesizeGravatar Herbert Xu 1-0/+1
2010-01-17crypto: md5 - Add export supportGravatar Max Vozeler 1-16/+24
2008-12-25crypto: md5 - Switch to shashGravatar Adrian-Ken Rueegsegger 1-22/+28
2008-04-21[CRYPTO] all: Clean up init()/fini()Gravatar Kamalesh Babulal 1-4/+4
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsGravatar Herbert Xu 1-6/+6
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleGravatar Herbert Xu 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+244