Searched defs:check_ksk (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | update.c | 1070 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) 1111 if (check_ksk && !REVOKE(keys[i])) { 1266 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, 1314 check_ksk, keyset_kskonly); 1363 isc_boolean_t check_ksk, keyset_kskonly, build_nsec3; member in struct:dns_update_state 1429 state->check_ksk = ISC_TF((dns_zone_getoptions(zone) & 1524 state->check_ksk, 1724 state->check_ksk, 1803 state->check_ksk, 1929 state->check_ksk, 1066 add_sigs(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_stdtime_t inception, isc_stdtime_t expire, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) argument 1262 add_exposed_sigs(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t cut, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_stdtime_t inception, isc_stdtime_t expire, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, unsigned int *sigs) argument [all...] |
H A D | zone.c | 6336 isc_stdtime_t expire, isc_boolean_t check_ksk, 6378 if (check_ksk && !REVOKE(keys[i])) { 6447 isc_boolean_t check_ksk, keyset_kskonly = ISC_FALSE; local 6507 check_ksk = DNS_ZONE_OPTION(zone, DNS_ZONEOPT_UPDATECHECKKSK); 6545 expire, check_ksk, keyset_kskonly); 6603 inception, soaexpire, check_ksk, keyset_kskonly); 7321 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, 7342 expire, check_ksk, keyset_kskonly); 7388 isc_boolean_t check_ksk, keyset_kskonly; local 7475 check_ksk 6333 add_sigs(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_mem_t *mctx, isc_stdtime_t inception, isc_stdtime_t expire, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) argument 7318 update_sigs(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *version, dst_key_t *zone_keys[], unsigned int nkeys, dns_zone_t *zone, isc_stdtime_t inception, isc_stdtime_t expire, isc_stdtime_t now, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, zonediff_t *zonediff) argument 8288 isc_boolean_t check_ksk, keyset_kskonly, is_ksk; local 17552 isc_boolean_t check_ksk, keyset_kskonly; local 17846 isc_boolean_t check_ksk; local [all...] |
Completed in 120 milliseconds