OpenGrok
Cross Reference: sha1.h
xref
: /
src
/
sys
/
sys
/
sha1.h
Home
|
History
|
Annotate
|
Download
|
only in
sys
History log of
/src/sys/sys/sha1.h
Revision
Date
Author
Comments
1.16
01-Aug-2023
mrg
fix simple mis-matched function prototype and definitions.
most of these are like, eg
void foo(int[2]);
with either of these
void foo(int*) { ... }
void foo(int[]) { ... }
in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.
found by GCC 12.
1.15
01-Jul-2016
christos
define block length
1.14
06-Nov-2009
joerg
branches: 1.14.22; 1.14.40;
Improve portability and clarity by using uint8_t for the byte data
and expanding u_int to not depend on the !POSIX types.
1.13
26-Dec-2005
perry
branches: 1.13.74;
u_intN_t -> uintN_t
1.12
11-Dec-2005
christos
merge ktrace-lwp.
1.11
24-Sep-2005
elad
SHA1_DIGEST_STRING_LENGTH is 41, including the terminating NUL.
1.10
24-Sep-2005
elad
Add SHA1FileChunk().
1.9
24-Sep-2005
elad
SHA1File() receives a const char * for filename.
1.8
24-Sep-2005
elad
Add SHA1_DIGEST_STRING_LENGTH.
1.7
20-Aug-2005
kleink
Add __{BEGIN,END}_DECLS wrapping.
1.6
19-Apr-2005
blymn
branches: 1.6.2;
Make length of resultant hash a symbolic define instead of a magic number.
This allows other code to reuse the definition.
1.5
26-Feb-2005
perry
branches: 1.5.2;
nuke trailing whitespace
1.4
03-Feb-2005
perry
de-__P
1.3
08-Jul-2003
itojun
branches: 1.3.8; 1.3.10;
prototype must not have variable name
1.2
29-May-1998
thorpej
branches: 1.2.48;
Cosmetic changes.
1.1
27-May-1998
explorer
add sha1.h to the sys directory, to be used in libkern
1.2.48.6
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.2.48.5
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.2.48.4
04-Feb-2005
skrll
Sync with HEAD.
1.2.48.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.2.48.2
18-Sep-2004
skrll
Sync with HEAD.
1.2.48.1
03-Aug-2004
skrll
Sync with HEAD
1.3.10.2
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.3.10.1
12-Feb-2005
yamt
sync with head.
1.3.8.1
29-Apr-2005
kent
sync with -current
1.5.2.1
10-Jun-2005
tron
Pull up revision 1.6 (requested by elad in ticket #389):
Make length of resultant hash a symbolic define instead of a magic number.
This allows other code to reuse the definition.
1.6.2.1
21-Jun-2006
yamt
sync with head.
1.13.74.1
11-Mar-2010
yamt
sync with head
1.14.40.1
09-Jul-2016
skrll
Sync with HEAD
1.14.22.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Sun Oct 26 20:09:54 GMT 2025