aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/md5.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown1-7/+5
2009-02-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown1-4/+3
2007-07-27make md5_steps staticHolger Lubitz1-1/+1
2007-02-01Make context sizes available for statically-allocated structuresMichael Brown1-11/+1
2007-01-30Added blocksize for the benefit of HMAC codeMichael Brown1-1/+1
2007-01-30Generalise digest_algorithm to crypto_algorithm.Michael Brown1-7/+9
2006-11-21Added "name" field to digest algorithmsMichael Brown1-0/+1
2006-11-21Added generic CHAP layer, independent of iSCSIMichael Brown1-10/+19
2006-11-15Made it temporarily possible to call MD5 routines directly from externalMichael Brown1-21/+12
2006-09-11Restored the le32_to_cpus() and cpu_to_le32s() callsMichael Brown1-2/+6
2006-09-11Tidied up.Michael Brown1-105/+25
2006-09-11Reduced size from 2087 bytes to 1056 bytesMichael Brown1-4/+100
2006-09-11Taken from Linux's md5.c. This implementation is not veryMichael Brown1-0/+222