Home
last modified time | relevance | path

Searched refs:rawhash (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/dnssec/
Ddnssectool.c733 record_nsec3(const unsigned char *rawhash, const dns_rdata_nsec3_t *nsec3, in record_nsec3() argument
754 memmove(cp, rawhash, nsec3->next_length); in record_nsec3()
770 unsigned char *rawhash, size_t rhsize) in match_nsec3() argument
816 result = record_nsec3(rawhash, &nsec3, mctx, expected_chains); in match_nsec3()
941 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; in isoptout() local
942 size_t rhsize = sizeof(rawhash); in isoptout()
949 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, origin, origin, in isoptout()
996 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; in verifynsec3() local
997 size_t rhsize = sizeof(rawhash); in verifynsec3()
1012 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, name, origin, in verifynsec3()
[all …]