summaryrefslogtreecommitdiff
path: root/lib/libc/hash/md5.c
AgeCommit message (Expand)Author
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2015-09-11Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directPhilip Guenther
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
2014-01-08calling HashFinal with a null digest should crash, not be silently ignoredTed Unangst
2005-08-08zap remaining rcsid.Marc Espie
2004-05-28In the Final function, move the context zeroing into the digest != NULLTodd C. Miller
2004-05-03Some u_char -> u_int8_t conversion I missed earlier.Todd C. Miller
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
2004-04-29Changes inspired by Markus's rmd160 implementation:Todd C. Miller
2004-04-28Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.Todd C. Miller
2004-04-28Rename members of struct MD5Context to match other hash routines.Todd C. Miller
2004-04-28PD version of md5(3) based on code written by Colin Plumb.Todd C. Miller