aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/md5.h
Commit message (Expand)AuthorAgeFilesLines
* 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