summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/sha1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split SHA1Transform() back into smaller pieces when compiling on landisk,miod2008-07-291-5/+66
* zap remaining rcsid.espie2005-08-081-5/+1
* In the Final function, move the context zeroing into the digest != NULLmillert2004-05-281-3/+3
* Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.millert2004-05-051-12/+5
* Use KNF indentation style and do some u_char -> u_int8_t conversionmillert2004-05-031-94/+95
* Add Pad and FileChunk functions for each family of hash functions.millert2004-05-031-7/+15
* Make the bit count u_int64_t instead of two u_int32_t. Adapted frommillert2004-04-271-10/+8
* Use a common source file for all the hash helper functions thatmillert2004-04-261-7/+7
* remove sparc64/gcc2 workaround.brad2004-03-311-69/+8
* Remove bogus static; from Hiroki Satomillert2003-07-211-3/+3
* Move the rounds into separate functions on sparc64 so gcc's optimizermillert2003-01-081-8/+68
* o Ansi function headersmillert2002-12-231-13/+13
* tabify + trailing blankskstailey1997-07-231-10/+10
* Add a missing constmillert1997-07-151-3/+3
* Minor style points.millert1997-07-121-11/+12
* #include <sha1.h> not #include "sha1.h"millert1997-07-111-2/+2
* Different sha1 functions (taken from netinet's if_sha1.c) thatmillert1997-07-101-344/+157
* export byte swapping routine.millert1996-09-301-9/+9
* Moved definitions of BYTE and LONG in from header file.millert1996-09-301-1/+5
* Fixed standalone test mode for NEW_SHA1.millert1996-09-291-1/+9
* added sha1 (secure hash function).millert1996-09-291-0/+353