index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
/
sha1.c
Age
Commit message (
Expand
)
Author
2004-05-28
In the Final function, move the context zeroing into the digest != NULL
Todd C. Miller
2004-05-05
Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.
Todd C. Miller
2004-05-03
Use KNF indentation style and do some u_char -> u_int8_t conversion
Todd C. Miller
2004-05-03
Add Pad and FileChunk functions for each family of hash functions.
Todd C. Miller
2004-04-27
Make the bit count u_int64_t instead of two u_int32_t. Adapted from
Todd C. Miller
2004-04-26
Use a common source file for all the hash helper functions that
Todd C. Miller
2004-03-31
remove sparc64/gcc2 workaround.
Brad Smith
2003-07-21
Remove bogus static; from Hiroki Sato
Todd C. Miller
2003-01-08
Move the rounds into separate functions on sparc64 so gcc's optimizer
Todd C. Miller
2002-12-23
o Ansi function headers
Todd C. Miller
1997-07-23
tabify + trailing blanks
kstailey
1997-07-15
Add a missing const
Todd C. Miller
1997-07-12
Minor style points.
Todd C. Miller
1997-07-11
#include <sha1.h> not #include "sha1.h"
Todd C. Miller
1997-07-10
Different sha1 functions (taken from netinet's if_sha1.c) that
Todd C. Miller
1996-09-30
export byte swapping routine.
Todd C. Miller
1996-09-30
Moved definitions of BYTE and LONG in from header file.
Todd C. Miller
1996-09-29
Fixed standalone test mode for NEW_SHA1.
Todd C. Miller
1996-09-29
added sha1 (secure hash function).
Todd C. Miller