summaryrefslogtreecommitdiff
path: root/lib/libmd/md2.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new entrypoint to the hashes in libmd:Poul-Henning Kamp2001-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 Notes: svn path=/head/; revision=74385
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Split the padding out into a separate function.Poul-Henning Kamp1998-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> Notes: svn path=/head/; revision=34909
* Make the MD* header files C++-aware. Also, string arguments are supposedJoerg Wunsch1997-08-251-2/+6
| | | | | | | | | | to be of type `const char *'. PR: 3291 Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum) Notes: svn path=/head/; revision=28688
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Add a structure definition to the MD* Contexts, so that cvs can usePeter Wemm1995-12-111-1/+1
| | | | | | | the standard libmd version of MD5 instead of it's own seperate copy.. Notes: svn path=/head/; revision=12762
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-121-3/+3
| | | | | | | | Add argument for buffer for output. Fix manuals. Notes: svn path=/head/; revision=9488
* Added "const" to the arguments here and there.Poul-Henning Kamp1994-11-071-2/+2
| | | | Notes: svn path=/head/; revision=4245
* Reviewed by: phkPoul-Henning Kamp1994-07-241-0/+40
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. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1802