Searched refs:trust (Results 1 - 20 of 20) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dncache.c43 * trust
132 dns_trust_t trust; local
165 trust = 0xffff;
190 if (trust > rdataset->trust)
191 trust = rdataset->trust;
210 (unsigned char)rdataset->trust);
241 if (trust == 0xffff) {
246 * We trust tha
536 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) argument
570 dns_trust_t trust = dns_trust_none; local
643 dns_trust_t trust = dns_trust_none; local
741 dns_trust_t trust; local
[all...]
H A Drdataset.c51 dns_trust_totext(dns_trust_t trust) { argument
52 if (trust >= sizeof(trustnames)/sizeof(*trustnames))
54 return (trustnames[trust]);
72 rdataset->trust = 0;
100 rdataset->trust = 0;
127 rdataset->trust = 0;
757 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) { argument
762 (rdataset->methods->settrust)(rdataset, trust);
764 rdataset->trust = trust;
[all...]
H A Dvalidator.c427 "keyset with trust %s",
428 dns_trust_totext(rdataset->trust));
432 if (rdataset->trust >= dns_trust_secure) {
509 "dsset with trust %s",
510 dns_trust_totext(rdataset->trust));
553 * for the break point in the chain of trust.
675 "keyset with trust %s",
676 dns_trust_totext(val->frdataset.trust));
680 if (val->frdataset.trust >= dns_trust_secure)
747 "%s with trust
[all...]
H A Dresolver.c4211 } else if (vevent->rdataset->trust == dns_trust_answer &&
4299 rdataset->trust != dns_trust_secure)
4310 sigrdataset->trust != dns_trust_secure)
4659 if (secure_domain && rdataset->trust != dns_trust_glue &&
4661 dns_trust_t trust; local
4694 if (rdataset->trust == dns_trust_additional)
4695 trust = dns_trust_pending_additional;
4697 trust = dns_trust_pending_answer;
4699 rdataset->trust = trust;
[all...]
H A Drbtdb.c227 dns_trust_t trust; member in struct:rdatasetheader
538 static void rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
2735 rdataset->trust = header->trust;
4062 (!DNS_TRUST_PENDING(dname_header->trust) ||
4598 (DNS_TRUST_ADDITIONAL(found->trust) &&
4600 (found->trust == dns_trust_glue &&
4602 (DNS_TRUST_PENDING(found->trust) &&
5092 "trust = %u, attributes = %u, "
5096 current->trust,
5490 dns_trust_t trust; local
7563 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) argument
[all...]
H A Ddiff.c343 rds.trust = dns_trust_ultimate;
470 rds.trust = dns_trust_ultimate;
H A Drdatalist.c88 rdataset->trust = 0;
H A Drdataslab.c465 rdataset->trust = 0;
H A Dadb.c594 if (rdataset->trust == dns_trust_glue ||
595 rdataset->trust == dns_trust_additional)
597 else if (rdataset->trust == dns_trust_ultimate)
H A Dmasterdump.c871 fprintf(f, "; %s\n", dns_trust_totext(rds->trust));
H A Dmessage.c1999 if (rdataset->trust != dns_trust_secure &&
3027 } else if (keyset.trust < dns_trust_secure) {
H A Dmaster.c2812 dataset.trust = dns_trust_ultimate;
/bind-9.6-ESV-R11/
H A Dbind.keys2 # This file contains current trust anchors for the DNS root zone (".")
18 # any other trust anchors configured here would be ignored. So, while it
19 # is possible to use this file for other trust anchors in BIND 9.6, doing
25 # for current trust anchor information.
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdataset.h114 dns_trust_t trust);
139 dns_trust_t trust; member in struct:dns_rdataset
642 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
644 * Set the trust of the 'rdataset' to trust in any in the backing database.
645 * The local trust level of 'rdataset' is also set.
655 dns_trust_totext(dns_trust_t trust);
657 * Display trust in textual form.
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns6/
H A Dnamed.conf37 dnssec-lookaside . trust-anchor dlv;
/bind-9.6-ESV-R11/bin/tests/system/wildcard/ns5/
H A Dnamed.conf31 dnssec-lookaside . trust-anchor dlv;
/bind-9.6-ESV-R11/bin/tests/
H A Ddb_test.c374 dns_trust_t trust = 0; local
629 trust = (unsigned int)atoi(&s[3]);
630 printf("trust level is now %u\n", (unsigned int)trust);
891 rdataset.trust = trust;
/bind-9.6-ESV-R11/bin/named/
H A Dlwdgrbn.c137 if (set.trust != dns_trust_secure)
295 if (rdataset->trust == dns_trust_secure)
H A Dquery.c1803 (DNS_TRUST_PENDING(rdataset->trust) ||
1804 DNS_TRUST_GLUE(rdataset->trust)) &&
1845 (DNS_TRUST_PENDING(rdataset->trust) ||
1846 DNS_TRUST_GLUE(rdataset->trust)) &&
2057 if (rdataset->trust != dns_trust_secure &&
2341 rdataset->trust = dname->trust;
2357 * change in trust level.
2367 rdataset->trust = dns_trust_secure;
2368 sigrdataset->trust
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh305 tp5: BOGUS TEST PROGRAM: Cannot trust its results because of \`Invalid format for test case list: 1: Unexpected token \`<<NEWLINE>>'; expected \`:''

Completed in 161 milliseconds