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

/bind-9.11.3/lib/dns/
H A Dvalidator.c1801 isc_boolean_t supported_algorithm; local
1812 supported_algorithm = ISC_FALSE;
1871 supported_algorithm = ISC_TRUE;
1907 } else if (result == ISC_R_NOMORE && !supported_algorithm) {
1944 isc_boolean_t supported_algorithm; local
2172 supported_algorithm = ISC_FALSE;
2231 supported_algorithm = ISC_TRUE;
2263 } else if (result == ISC_R_NOMORE && !supported_algorithm) {

Completed in 21 milliseconds