Searched defs:delegation (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 1006 isc_boolean_t delegation, isc_boolean_t empty, 1051 (!delegation || (empty && !optout) || 1059 delegation && (!empty || optout)) 1078 isc_boolean_t delegation, isc_boolean_t empty, 1090 delegation, empty, types, maxtype); 1179 isc_boolean_t delegation, dns_rdataset_t *keyrdataset, 1197 * If we are not at a delegation then everything should be 1198 * signed. If we are at a delegation then only the DS set 1199 * is signed. The NS set is not signed at a delegation but 1201 * other than NSEC and DS is not signed at a delegation 1004 verifynsec3(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdata_t *rdata, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument 1076 verifynsec3s(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdataset_t *nsec3paramset, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument 1177 verifynode(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_dbnode_t *node, isc_boolean_t delegation, dns_rdataset_t *keyrdataset, unsigned char *act_algorithms, unsigned char *bad_algorithms, dns_rdataset_t *nsecset, dns_rdataset_t *nsec3paramset, dns_name_t *nextname) argument [all...] |
H A D | dnssec-signzone.c | 1048 * Determine if this is a delegation point. 1070 * If this name is a delegation point, skip all records 1677 * then remove all signatures, unless this is a delegation, in 1681 remove_sigs(dns_dbnode_t *node, isc_boolean_t delegation, argument 1703 if (which == 0 && delegation &&
|
/bind-9.11.3/lib/dns/ |
H A D | zone.c | 6745 isc_boolean_t keyset_kskonly, isc_boolean_t *delegation, 6792 *delegation = ISC_TRUE; 6837 if (*delegation && 6860 *delegation = ISC_TRUE; 7389 isc_boolean_t delegation; local 7502 * by a delegation or a DNAME, nodes are skipped over until we find one 7541 delegation = ISC_FALSE; 7550 delegation = ISC_FALSE; 7569 delegation = ISC_TRUE; 7611 delegation 6740 sign_a_node(dns_db_t *db, dns_name_t *name, dns_dbnode_t *node, dns_dbversion_t *version, isc_boolean_t build_nsec3, isc_boolean_t build_nsec, dst_key_t *key, isc_stdtime_t inception, isc_stdtime_t expire, unsigned int minimum, isc_boolean_t is_ksk, isc_boolean_t keyset_kskonly, isc_boolean_t *delegation, dns_diff_t *diff, isc_int32_t *signatures, isc_mem_t *mctx) argument 8290 isc_boolean_t delegation; local [all...] |
Completed in 54 milliseconds