summaryrefslogtreecommitdiff
path: root/lib/libc/hash/helper.c
AgeCommit message (Expand)Author
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
2014-04-03put $OpenBSD$ back.. notice by philip.Bob Beck
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed toBob Beck
2010-01-08plug a file descriptor leak in HASHFileChunk().Owain Ainsworth
2005-08-08zap remaining rcsid.Marc Espie
2004-09-16Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again.Todd C. Miller
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constJean-Francois Brousseau
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
2004-04-29Undo some recent prototype changes; it is legal to pass the helperTodd C. Miller
2004-04-29more KNFTodd C. Miller
2004-04-29Some KNFTodd C. Miller
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller