aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/md5c.c
Commit message (Expand)AuthorAgeFilesLines
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-201-1/+1
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-131-1/+3
* ANSIfy md5 functionsToomas Soome2017-06-051-14/+5
* Unbreak MIPS build following rev. 282726Thomas Quinot2015-05-111-0/+6
* Ensure libmd symbols do not clash with libcryptoThomas Quinot2015-05-101-1/+12
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-2/+3
* 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