hash1
static u_int32_t hash1 __P((const void *, size_t));
static int compare_hash(uint64_t hash1, uint64_t hash2)
return (hash1 == hash2);
MD5Final(hash1, &ctx1);
randomcoll_init_hint(kv1, hash1);
return (memcmp(hash1, hash2, sizeof(hash1)));
unsigned char hash1[MD5_DIGEST_LENGTH], hash2[MD5_DIGEST_LENGTH];