Searched refs:dns_nsec3_hashname (Results 1 - 5 of 5) sorted by relevance
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | nsec3.h | 73 dns_nsec3_hashname(dns_fixedname_t *result,
|
| /bind-9.11.3/lib/dns/ |
| H A D | nsec3.c | 216 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 D | dnssectool.c | 970 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 D | dnssec-signzone.c | 1933 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 D | query.c | 6101 result = dns_nsec3_hashname(&fixed, NULL, NULL, &name,
|
Completed in 81 milliseconds