Searched defs:match_revoked_key (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | dst_api.c | 1098 isc_boolean_t match_revoked_key, 1113 if (!match_revoked_key) 1186 isc_boolean_t match_revoked_key) 1188 return (comparekeys(key1, key2, match_revoked_key, pub_compare)); 1097 comparekeys(const dst_key_t *key1, const dst_key_t *key2, isc_boolean_t match_revoked_key, isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2)) argument 1185 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2, isc_boolean_t match_revoked_key) argument
|
Completed in 18 milliseconds