summaryrefslogtreecommitdiffstats
path: root/src/crypto/md5.c
Commit message (Expand)AuthorAgeFilesLines
* make md5_steps staticHolger Lubitz2007-07-271-1/+1
* Make context sizes available for statically-allocated structuresMichael Brown2007-02-011-11/+1Star
* Added blocksize for the benefit of HMAC codeMichael Brown2007-01-301-1/+1
* Generalise digest_algorithm to crypto_algorithm.Michael Brown2007-01-301-7/+9
* Added "name" field to digest algorithmsMichael Brown2006-11-211-0/+1
* Added generic CHAP layer, independent of iSCSIMichael Brown2006-11-211-10/+19
* Made it temporarily possible to call MD5 routines directly from externalMichael Brown2006-11-151-21/+12Star
* Restored the le32_to_cpus() and cpu_to_le32s() callsMichael Brown2006-09-111-2/+6
* Tidied up.Michael Brown2006-09-111-105/+25Star
* Reduced size from 2087 bytes to 1056 bytesMichael Brown2006-09-111-4/+100
* Taken from Linux's md5.c. This implementation is not veryMichael Brown2006-09-111-0/+222