Home
last modified time | relevance | path

Searched refs:check_ksk (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/
Dupdate.c1076 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) in add_sigs() argument
1115 if (check_ksk && !REVOKE(keys[i])) { in add_sigs()
1266 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, in add_exposed_sigs() argument
1314 check_ksk, keyset_kskonly); in add_exposed_sigs()
1363 isc_boolean_t check_ksk, keyset_kskonly, build_nsec3; member
1429 state->check_ksk = ISC_TF((dns_zone_getoptions(zone) & in dns_update_signaturesinc()
1524 state->check_ksk, in dns_update_signaturesinc()
1724 state->check_ksk, in dns_update_signaturesinc()
1803 state->check_ksk, in dns_update_signaturesinc()
1929 state->check_ksk, in dns_update_signaturesinc()
[all …]
Dzone.c5640 isc_stdtime_t expire, isc_boolean_t check_ksk, in add_sigs() argument
5680 if (check_ksk && !REVOKE(keys[i])) { in add_sigs()
5745 isc_boolean_t check_ksk, keyset_kskonly = ISC_FALSE; in zone_resigninc() local
5804 check_ksk = DNS_ZONE_OPTION(zone, DNS_ZONEOPT_UPDATECHECKKSK); in zone_resigninc()
5842 expire, check_ksk, keyset_kskonly); in zone_resigninc()
5899 inception, soaexpire, check_ksk, keyset_kskonly); in zone_resigninc()
6598 isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, in update_sigs() argument
6619 expire, check_ksk, keyset_kskonly); in update_sigs()
6665 isc_boolean_t check_ksk, keyset_kskonly; in zone_nsec3chain() local
6737 check_ksk = DNS_ZONE_OPTION(zone, DNS_ZONEOPT_UPDATECHECKKSK); in zone_nsec3chain()
[all …]