Lines Matching defs:check_ksk
1902 isc_boolean_t check_ksk)
1928 if (check_ksk && type != dns_rdatatype_dnskey &&
2044 isc_boolean_t check_ksk)
2090 keys, nkeys, inception, expire, check_ksk);
2140 isc_boolean_t check_ksk;
2169 check_ksk = ISC_TF((dns_zone_getoptions(zone) &
2176 if (*deleted_zsk && (!check_ksk || !ksk_sanity(db, oldver)))
2179 if (check_ksk) {
2180 check_ksk = ksk_sanity(db, newver);
2181 if (!check_ksk && ksk_sanity(db, oldver))
2190 if (*deleted_zsk && check_ksk)
2258 check_ksk));
2406 inception, expire, check_ksk));
2468 check_ksk));
2567 inception, expire, check_ksk));
2600 inception, expire, check_ksk));