Searched defs:KSK (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dupdate.c1095 #define KSK(x) ((dst_key_flags(x) & DNS_KEYFLAG_KSK) != 0) macro
1099 * If we are honoring KSK flags then we need to check that we
1100 * have both KSK and non-KSK keys that are not revoked per
1113 if (KSK(keys[i])) {
1129 if (KSK(keys[j]))
1141 if (!KSK(keys[i]) && keyset_kskonly)
1143 } else if (KSK(keys[i])) {
1145 * CDS and CDNSKEY are signed with KSK
1424 * Do we look at the KSK fla
[all...]
H A Dzone.c113 #define KSK(x) ((dst_key_flags(x) & DNS_KEYFLAG_KSK) != 0) macro
6112 if (KSK(keys[i]))
6117 if (KSK(keys[i]))
6380 if (KSK(keys[i])) {
6396 if (KSK(keys[j]))
6407 if (!KSK(keys[i]) && keyset_kskonly)
6409 } else if (KSK(keys[i]))
6831 * CDS and CDNSKEY are signed with KSK (RFC 7344, 4.1).
8414 if (KSK(zone_keys[i]))
8494 * Do we do KSK processin
[all...]

Completed in 38 milliseconds