summaryrefslogtreecommitdiffstats
path: root/include/md5.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Make the `filename' parameter to HASHFile() and HASHFileChunk() constjfb2004-06-221-3/+3
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-1/+4
* Undo some recent prototype changes; it is legal to pass the helpermillert2004-04-291-4/+4
* Rename members of struct MD5Context to match other hash routines.millert2004-04-281-14/+18
* PD version of md5(3) based on code written by Colin Plumb.millert2004-04-281-35/+22
* corrent __bounded__ attribute for the *Data functions, and addavsm2003-10-071-7/+14
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-2/+3
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-3/+2
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-2/+3
* o Ansi function headersmillert2002-12-231-1/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* Expose MDXTransform functions to be consistent with sha1 and rmd160.millert2000-03-281-1/+2
* 64-bit cleanup + pedantic -W flagsniklas1996-11-241-4/+4
* Protect prototypes with __P.millert1996-09-301-10/+12
* Use bittypes so we work on 64-bit machines.millert1996-09-291-3/+3
* Add md[245].h include files for use with the md support in libc, from FreeBSDniklas1996-06-031-0/+42