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
/
rmd160.c
Age
Commit message (
Expand
)
Author
2020-10-13
Do some easy .data -> .rodata/.data.rel.ro conversions
Philip Guenther
2015-09-11
Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct
Philip Guenther
2015-01-15
Use explicit_bzero instead of memset in hash Final and End functions.
Todd C. Miller
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-01-08
calling HashFinal with a null digest should crash, not be silently ignored
Ted Unangst
2005-08-08
zap remaining rcsid.
Marc Espie
2004-05-28
In the Final function, move the context zeroing into the digest != NULL
Todd C. Miller
2004-05-03
Some u_char -> u_int8_t conversion I missed earlier.
Todd C. Miller
2004-05-03
Add Pad and FileChunk functions for each family of hash functions.
Todd C. Miller
2004-04-26
Use a common source file for all the hash helper functions that
Todd C. Miller
2003-12-14
alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning
Markus Friedl
2002-12-23
o Ansi function headers
Todd C. Miller
2001-10-01
new rmd160 implementation. based on
Markus Friedl
1999-08-16
Explicitly include <sys/types.h> and some minor style points.
Todd C. Miller
1998-09-09
Make RMD160Update a little less overzealous when fed small crumbs.
janjaap
1998-06-02
nbytes - ofs should never be less than 0 (Oops on me)
janjaap
1998-03-23
teach rmd160 not to throw leftovers out the window
janjaap
1997-08-24
Fix compiler warnings.
Todd C. Miller
1997-07-23
tabify + trailing blanks
kstailey
1997-07-18
Converting u_char[] -> u_int[] is easy on little endian machines :-)
Todd C. Miller
1997-07-17
Use u_int32_t not size_t.
Todd C. Miller
1997-07-17
Allow passing of a NULL digest to RMD160Final(3).
Todd C. Miller
1997-07-17
mdX(3)-like interface to RIPEMD-160 hash function. Code by
Todd C. Miller