Searched refs:t_hash (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/lib/libc/hash/
H A DMakefile9 TESTS_SH+= t_hash
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/hashes/
H A Dt_hashes.c316 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final, function
355 t_hash("SHA1", (HASH_INIT)isc_sha1_init, (UPDATE)isc_sha1_update,
358 t_hash("md5", (HASH_INIT)isc_md5_init, (UPDATE)isc_md5_update,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h225 tdesc_t *t_hash; /* ID hash next pointer */ member in struct:tdesc
H A Dst_parse.c478 tdp = tdp->t_hash;
1086 tdp->t_hash = hash_table[hash];
1131 for (tdp = hash_table[i]->t_hash;
1133 tdp = tdp->t_hash)

Completed in 59 milliseconds