summaryrefslogtreecommitdiffstats
path: root/sys/sys/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH andandre2006-03-151-0/+5
| | | | | | MD5_DIGEST_STRING_LENGTH. MFC after: 3 days
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+2
| | | | of unsigned char* argument.
* MD5Pad() should never have been exposed.phk2005-02-101-1/+0
|
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
|
* Oops, this should have been part of my previous commit.mux2002-06-241-3/+0
| | | | | | Somehow, it hasn't. Reviewed by: phk
* Remove __Palfred2002-03-191-1/+1
|
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-0/+1
| | | | | | | | | char * FooFileChunk(const char *filename, char *buf, off_t offset, off_t length) Which only hashes part of a file. Implement FooFile() in terms of this function. Submitted by: roam
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Export MD5Transform in md5.c and remove a private version in random_machdep.cphk1998-03-291-1/+4
| | | | md5 is standard as a consequence of this.
* Split the padding out into a separate function.phk1998-03-271-1/+2
| | | | | | | | Synchronize the kernel and libmd versions of md5c.c PR: misc/6127 Reviewed by: phk Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Make the MD* header files C++-aware. Also, string arguments are supposedjoerg1997-08-251-2/+6
| | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fixup for new location.phk1996-12-221-4/+4
| | | | This file came here by a repository copy.
* close bin/1648 libmd not 64bit safe.phk1996-10-221-2/+2
| | | | | | if something fails to compile now, you need to add #include <sys/types.h> Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* Add a structure definition to the MD* Contexts, so that cvs can usepeter1995-12-111-1/+1
| | | | the standard libmd version of MD5 instead of it's own seperate copy..
* Change this to do what it should have done from the start.phk1995-07-121-3/+3
| | | | | Add argument for buffer for output. Fix manuals.
* Added "const" to the arguments here and there.phk1994-11-071-2/+2
|
* Reviewed by: phkphk1994-07-241-0/+42
Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
OpenPOWER on IntegriCloud