Searched refs:isprivate (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h165 isc_boolean_t (*isprivate)(const dst_key_t *key); member in struct:dst_func
H A Ddst_api.c317 if (key->func->isprivate == NULL ||
318 key->func->isprivate(key) == ISC_FALSE)
858 INSIST(key->func->isprivate != NULL);
859 return (key->func->isprivate(key));

Completed in 41 milliseconds