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
/
md5.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-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-29
Changes inspired by Markus's rmd160 implementation:
Todd C. Miller
2004-04-28
Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.
Todd C. Miller
2004-04-28
Rename members of struct MD5Context to match other hash routines.
Todd C. Miller
2004-04-28
PD version of md5(3) based on code written by Colin Plumb.
Todd C. Miller