Searched defs:hashname (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dnsec3.c510 dns_name_t *hashname; local
534 hashname = dns_fixedname_name(&fixed);
569 CHECK(dns_db_findnsec3node(db, hashname, ISC_TRUE, &newnode));
575 CHECK(dns_dbiterator_seek(dbit, hashname));
708 CHECK(delnsec3(db, version, hashname, nsec3param, diff));
713 hashname, nsecttl, &rdata, &tuple));
741 CHECK(dns_db_findnsec3node(db, hashname, ISC_TRUE, &newnode));
760 CHECK(dns_dbiterator_seek(dbit, hashname));
828 CHECK(delnsec3(db, version, hashname, nsec3param, diff));
834 hashname, nsectt
1321 dns_name_t *hashname; local
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c959 dns_name_t *hashname; local
976 hashname = dns_fixedname_name(&fixed);
977 result = dns_db_findnsec3node(db, hashname, ISC_FALSE, &node);
1014 dns_name_t *hashname; local
1045 hashname = dns_fixedname_name(&fixed);
1046 result = dns_db_findnsec3node(db, hashname, ISC_FALSE, &node);
1055 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
H A Ddnssec-signzone.c1918 dns_fixedname_t hashname; local
1929 dns_fixedname_init(&hashname);
1933 result = dns_nsec3_hashname(&hashname, hash, &hash_len,
1953 result = dns_db_findnsec3node(gdb, dns_fixedname_name(&hashname),
2709 dns_name_t *hashname; local
2751 hashname = dns_fixedname_name(&fname);
2757 result = dns_db_findnsec3node(gdb, hashname, ISC_FALSE, &node);

Completed in 27 milliseconds