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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c1796 isc_boolean_t supported_algorithm; local
1807 supported_algorithm = ISC_FALSE;
1857 supported_algorithm = ISC_TRUE;
1893 } else if (result == ISC_R_NOMORE && !supported_algorithm) {
1930 isc_boolean_t supported_algorithm; local
2161 supported_algorithm = ISC_FALSE;
2211 supported_algorithm = ISC_TRUE;
2243 } else if (result == ISC_R_NOMORE && !supported_algorithm) {

Completed in 99 milliseconds