aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/md5c.c
Commit message (Expand)AuthorAgeFilesLines
* Rename local variables to not mask global names of same name. ThisMark Murray2003-06-051-9/+9
* Add missing const's.Maxime Henrion2002-06-241-1/+1
* Improve the handling of Encode and Decode operations in MD5.Poul-Henning Kamp2002-06-221-22/+15
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* add __FBSDID()s to libmdMatthew Dillon2001-09-301-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Split the padding out into a separate function.Poul-Henning Kamp1998-03-271-8/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make this compile in the kernel too, major cosmetic cleanup.Poul-Henning Kamp1996-12-221-260/+277
* close bin/1648 libmd not 64bit safe.Poul-Henning Kamp1996-10-221-3/+4
* Clean a bunch of -Wall warnings.Poul-Henning Kamp1995-02-241-0/+1
* Speed md5 up around 30% by shorting out a couple of cumbersomePoul-Henning Kamp1995-02-211-36/+38
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-5/+5
* Reviewed by: phkPoul-Henning Kamp1994-07-241-0/+310