aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/md5.h
Commit message (Expand)AuthorAgeFilesLines
* Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH andAndre Oppermann2006-03-151-0/+5
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-2/+2
* MD5Pad() should never have been exposed.Poul-Henning Kamp2005-02-101-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Oops, this should have been part of my previous commit.Maxime Henrion2002-06-241-3/+0
* Remove __PAlfred Perlstein2002-03-191-1/+1
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-03-171-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Export MD5Transform in md5.c and remove a private version in random_machdep.cPoul-Henning Kamp1998-03-291-1/+4
* Split the padding out into a separate function.Poul-Henning Kamp1998-03-271-1/+2
* Make the MD* header files C++-aware. Also, string arguments are supposedJoerg Wunsch1997-08-251-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixup for new location.Poul-Henning Kamp1996-12-221-4/+4
* close bin/1648 libmd not 64bit safe.Poul-Henning Kamp1996-10-221-2/+2
* Add a structure definition to the MD* Contexts, so that cvs can usePeter Wemm1995-12-111-1/+1
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-121-3/+3
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-2/+2
* Reviewed by: phkPoul-Henning Kamp1994-07-241-0/+42