summaryrefslogtreecommitdiff
path: root/include/md5.h
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constJean-Francois Brousseau
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
2004-04-29Undo some recent prototype changes; it is legal to pass the helperTodd 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
2003-10-07corrent __bounded__ attribute for the *Data functions, and addAnil Madhavapeddy
2003-08-01add __bounded__ attributes for userland headers; enabled with -WboundedAnil Madhavapeddy
2003-06-26backout the __bounded__ attributes for a while; requested by deraadt@Anil Madhavapeddy
2003-06-26Mark various standard library functions with the __bounded__ attribute.Anil Madhavapeddy
2002-12-23o Ansi function headersTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-03-28Expose MDXTransform functions to be consistent with sha1 and rmd160.Todd C. Miller
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-09-30Protect prototypes with __P.Todd C. Miller
1996-09-29Use bittypes so we work on 64-bit machines.Todd C. Miller
1996-06-03Add md[245].h include files for use with the md support in libc, from FreeBSDNiklas Hallqvist