summaryrefslogtreecommitdiffstats
path: root/include/sha1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Make the `filename' parameter to HASHFile() and HASHFileChunk() constjfb2004-06-221-3/+3
* Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.millert2004-05-051-2/+2
* Use KNF indentation style and do some u_char -> u_int8_t conversionmillert2004-05-031-2/+2
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-2/+5
* Undo some recent prototype changes; it is legal to pass the helpermillert2004-04-291-12/+12
* Make the bit count u_int64_t instead of two u_int32_t. Adapted frommillert2004-04-271-3/+3
* Use a common source file for all the hash helper functions thatmillert2004-04-261-15/+17
* Remove unnecessary typedef usage.espie2004-01-221-7/+7
* corrent __bounded__ attribute for the *Data functions, and addavsm2003-10-071-7/+14
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-2/+3
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-3/+2
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-2/+3
* o Ansi function headersmillert2002-12-231-16/+20
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* Add some useful defines (used by ssyslog).angelos1999-02-031-1/+17
* Add a missing constmillert1997-07-151-3/+3
* Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).millert1997-07-121-1/+4
* Be consistent wrt unsigned vs. u_*millert1997-07-101-5/+5
* Different sha1 functions (taken from netinet's if_sha1.c) thatmillert1997-07-101-50/+16
* export byte swapping routine.millert1996-09-301-0/+1
* Protect prototypes with __P.millert1996-09-301-13/+8
* Add function prototypes.millert1996-09-291-1/+10
* Added sha1 (secure hash function).millert1996-09-291-0/+52