Searched defs:both (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-dsfromkey.c356 isc_boolean_t both = ISC_TRUE; local
386 both = ISC_FALSE;
390 both = ISC_FALSE;
397 both = ISC_FALSE;
484 fatal("cannot use both -s and -f");
540 if (both) {
554 if (both) {
/bind-9.11.3/lib/dns/
H A Dupdate.c1100 * have both KSK and non-KSK keys that are not revoked per
1104 isc_boolean_t both = ISC_FALSE; local
1133 both = have_ksk && have_nonksk;
1134 if (both)
1139 if (both) {
H A Dzone.c671 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
4595 * Master / Slave / Stub zones require both NS and SOA records at
6371 isc_boolean_t both = ISC_FALSE; local
6400 both = have_ksk && have_nonksk;
6401 if (both)
6405 if (both) {
8464 isc_boolean_t both = ISC_FALSE; local
8523 both = have_ksk && have_nonksk;
8524 if (both)
8528 if (both || REVOK
[all...]

Completed in 48 milliseconds