Home
last modified time | relevance | path

Searched refs:dst_key_compare (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Ddst_test.c341 assert_true(dst_key_compare(key1, key2) == expect); in check_cmp()
/netbsd/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h656 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2);
/netbsd/external/mpl/bind/dist/lib/dns/win32/
H A Dlibdns.def.in1462 dst_key_compare
/netbsd/external/mpl/bind/dist/bin/named/
H A Dzoneconf.c810 match = dst_key_compare(mykey->key, key->key); in isself()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c1341 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2) { in dst_key_compare() function
H A Dvalidator.c1156 } else if (dst_key_compare(oldkey, val->key)) { in select_signing_key()
H A Dzone.c6678 if (dst_key_compare(k1->key, k2->key)) { in dns_zone_getdnsseckeys()