Home
last modified time | relevance | path

Searched refs:dst_algorithm_supported (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddst_test.c287 if (!dst_algorithm_supported(testcases[i].alg)) { in ISC_RUN_TEST_IMPL()
433 if (!dst_algorithm_supported(testcases[i].alg)) { in ISC_RUN_TEST_IMPL()
H A Drsa_test.c167 if (dst_algorithm_supported(DST_ALG_RSASHA1)) { in ISC_RUN_TEST_IMPL()
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h226 dst_algorithm_supported(unsigned int alg);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
H A Ddst.h215 dst_algorithm_supported(unsigned int alg);
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c260 dst_algorithm_supported(unsigned int alg) { in dst_algorithm_supported()
2366 if (dst_algorithm_supported(alg)) { in frombuffer()
258 dst_algorithm_supported(unsigned int alg) { dst_algorithm_supported() function
H A Ddnssec.c1574 if (!dst_algorithm_supported(rdata.data[3])) { in addkey()
H A Dresolver.c10721 return dst_algorithm_supported(alg); in fctx_match()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c276 dst_algorithm_supported(unsigned int alg) { in dst_algorithm_supported() function
2393 if (dst_algorithm_supported(alg)) { in algorithm_status()
H A Ddnssec.c1679 if (!dst_algorithm_supported(rdata.data[3])) { in dns_dnssec_keylistfromrdataset()
H A Dresolver.c11692 return (dst_algorithm_supported(alg)); in dns_resolver_algorithm_supported()