index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
/
sha1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split SHA1Transform() back into smaller pieces when compiling on landisk,
miod
2008-07-29
1
-5
/
+66
*
zap remaining rcsid.
espie
2005-08-08
1
-5
/
+1
*
In the Final function, move the context zeroing into the digest != NULL
millert
2004-05-28
1
-3
/
+3
*
Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.
millert
2004-05-05
1
-12
/
+5
*
Use KNF indentation style and do some u_char -> u_int8_t conversion
millert
2004-05-03
1
-94
/
+95
*
Add Pad and FileChunk functions for each family of hash functions.
millert
2004-05-03
1
-7
/
+15
*
Make the bit count u_int64_t instead of two u_int32_t. Adapted from
millert
2004-04-27
1
-10
/
+8
*
Use a common source file for all the hash helper functions that
millert
2004-04-26
1
-7
/
+7
*
remove sparc64/gcc2 workaround.
brad
2004-03-31
1
-69
/
+8
*
Remove bogus static; from Hiroki Sato
millert
2003-07-21
1
-3
/
+3
*
Move the rounds into separate functions on sparc64 so gcc's optimizer
millert
2003-01-08
1
-8
/
+68
*
o Ansi function headers
millert
2002-12-23
1
-13
/
+13
*
tabify + trailing blanks
kstailey
1997-07-23
1
-10
/
+10
*
Add a missing const
millert
1997-07-15
1
-3
/
+3
*
Minor style points.
millert
1997-07-12
1
-11
/
+12
*
#include <sha1.h> not #include "sha1.h"
millert
1997-07-11
1
-2
/
+2
*
Different sha1 functions (taken from netinet's if_sha1.c) that
millert
1997-07-10
1
-344
/
+157
*
export byte swapping routine.
millert
1996-09-30
1
-9
/
+9
*
Moved definitions of BYTE and LONG in from header file.
millert
1996-09-30
1
-1
/
+5
*
Fixed standalone test mode for NEW_SHA1.
millert
1996-09-29
1
-1
/
+9
*
added sha1 (secure hash function).
millert
1996-09-29
1
-0
/
+353