summaryrefslogtreecommitdiff
path: root/crypto/md5.c
AgeCommit message (Expand)Author
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