aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/md5c.c
Commit message (Expand)AuthorAgeFilesLines
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-261-5/+3
* Fix a panic on sparc64 related to inproper aligment - we cannot assume,Pawel Jakub Dawidek2006-03-301-7/+13
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-171-2/+3
* MD5Pad() should never have been exposed.Poul-Henning Kamp2005-02-101-3/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Revert stuff which accidentally ended up in the previous commit.Poul-Henning Kamp2003-07-221-1/+0
* Don't attempt to inline large functions mb_alloc() and mb_free(),Poul-Henning Kamp2003-07-221-0/+1
* Use le32dec() instead of le32toh() because we are not guaranteed to havePoul-Henning Kamp2003-05-051-1/+1
* We have memset() and memcpy() in the kernel now, so we don't need toPoul-Henning Kamp2002-10-201-5/+0
* Bring sys/kern/md5c.c in sync with the userland version.Maxime Henrion2002-06-241-26/+23
* Add ia64 support.Doug Rabson2000-09-291-1/+1
* 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
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Oops, the previous commit should have changed `i386' to `__i386__',Bruce Evans1998-05-011-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+4
* Export MD5Transform in md5.c and remove a private version in random_machdep.cPoul-Henning Kamp1998-03-291-3/+2
* Split the padding out into a separate function.Poul-Henning Kamp1998-03-271-5/+17
* Add const to a couple of casts to silence some of the warnings BrucePoul-Henning Kamp1997-10-211-3/+3
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* 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
* 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