Searched refs:dns_nsec3_hashname (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dnsec3.h73 dns_nsec3_hashname(dns_fixedname_t *result,
/bind-9.11.3/lib/dns/
H A Dnsec3.c216 dns_nsec3_hashname(dns_fixedname_t *result, function
560 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
732 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1362 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1470 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c970 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, origin, origin,
973 check_result(result, "dns_nsec3_hashname()");
1033 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, name, origin,
1036 check_result(result, "dns_nsec3_hashname()");
H A Ddnssec-signzone.c1933 result = dns_nsec3_hashname(&hashname, hash, &hash_len,
1936 check_result(result, "addnsec3: dns_nsec3_hashname()");
2752 result = dns_nsec3_hashname(&fname, NULL, NULL,
2755 check_result(result, "dns_nsec3_hashname");
/bind-9.11.3/bin/named/
H A Dquery.c6101 result = dns_nsec3_hashname(&fixed, NULL, NULL, &name,

Completed in 81 milliseconds