index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
Age
Commit message (
Expand
)
Author
2017-11-30
Add riastradh's man pages for sha3 and friends.
wiz
2017-11-30
Import SHA-3 code into libc and libkern.
riastradh
2017-10-30
Remove Tn. Do not split on An lines.
wiz
2017-10-25
Add sha_224, sha_384 and sha_512 family of functions to the NAME section as w...
abhinav
2017-10-05
Cast away some compile warnings.
roy
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-01-10
add missing cast.
christos
2016-07-02
Fix pasto.
wiz
2016-07-02
Add license
christos
2016-07-02
Some minor fixes.
wiz
2016-07-01
Improve wording.
christos
2016-07-01
new hmac function.
christos
2014-12-11
Fix rcsid comment.
riastradh
2014-09-24
undo, the right place for this is compat_defs.h
christos
2014-09-24
Provide a backward-compatible conditional define of O_CLOEXEC
he
2014-09-18
make more descriptors that we open as close-on-exec
christos
2012-07-08
Add Makefile in libc for murmurhash, missed in previous commit.
rmind
2012-07-08
Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.
rmind
2012-06-25
Update old-style definitions to ANSI, remove a couple of register
abs
2012-03-20
Use C89 definition.
matt
2010-04-05
\\ -> \e
joerg
2010-01-17
Close file handle in error case. Found by cppcheck.
wiz
2009-11-06
Improve portability and clarity by using uint8_t for the byte data
joerg
2009-10-22
Pull in revisions 1.24 and 1.25 from upstream, which change this file's
snj
2009-05-26
Add SHA224 implementation to libc.
joerg
2009-03-10
Add missing .Os.
joerg
2009-03-06
According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way
apb
2009-02-12
sign-compare fix
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-13
Fix replicated typo
dholland
2006-10-28
More cleanup after sha2.h and rmd160.h moved house
agc
2006-10-27
this moved to common/lib/libc/hash
christos
2006-10-27
As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, to
drochner
2006-10-15
static before const.
christos
2006-06-23
Make these weak as Matthias Drochner pointed out.
christos
2006-05-12
since we rename and provide a weak symbol for MD2Transform make it non-static.
mrg
2006-02-09
change #include <sys/endian.h> => #include <machine/endian.h> so that
dogcow
2005-12-26
u_intN_t -> uintN_t
perry
2005-12-20
Use reach-over sources from common/lib/libc
christos
2005-11-29
WARNS=4
christos
2005-11-22
SHA2 support appeared in NetBSD 3.0.
tron
2005-09-28
Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
christos
2005-09-26
The weak alias macros can only work before namespace.h gets included because
christos
2005-09-26
Add missing SHA384_Transform. XXX: Is that correct?
christos
2005-09-25
Fix weak aliasing after recent changes.
elad
2005-09-24
Need namespace.h here too.
elad
2005-09-24
Put public domain MD2 implementation in libc/hash/md2.
elad
2005-09-24
Use crypto/rmd160.h.
elad
2005-09-24
Fix NetBSD CVS tag, put all code under #ifdef HASH_ALGORITHM.
elad
2005-09-24
Need namespace.h.
elad
[next]