Home
last modified time | relevance | path

Searched refs:dst_key_setbool (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h915 dst_key_setbool(dst_key_t *key, int type, bool value);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
H A Ddst.h901 dst_key_setbool(dst_key_t *key, int type, bool value);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkeymgr.c468 dst_key_setbool(newkey, DST_BOOL_KSK, dns_kasp_key_ksk(kkey)); in keymgr_createkey()
469 dst_key_setbool(newkey, DST_BOOL_ZSK, dns_kasp_key_zsk(kkey)); in keymgr_createkey()
1565 dst_key_setbool(key->key, DST_BOOL_KSK, (ksk || csk)); in keymgr_key_init()
1570 dst_key_setbool(key->key, DST_BOOL_ZSK, (zsk || csk)); in keymgr_key_init()
H A Ddst_api.c1086 dst_key_setbool(dst_key_t *key, int type, bool value) { in dst_key_setbool() function
1903 dst_key_setbool(*keyp, tag, true); in dst_key_read_state()
1905 dst_key_setbool(*keyp, tag, false); in dst_key_read_state()
2794 dst_key_setbool(to, i, yesno); in dst_key_copy_metadata()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkeymgr.c515 dst_key_setbool(newkey, DST_BOOL_KSK, dns_kasp_key_ksk(kkey));
516 dst_key_setbool(newkey, DST_BOOL_ZSK, dns_kasp_key_zsk(kkey));
1631 dst_key_setbool(key->key, DST_BOOL_KSK, (ksk || csk)); in keymgr_key_init()
1636 dst_key_setbool(key->key, DST_BOOL_ZSK, (zsk || csk)); in keymgr_key_init()
H A Ddst_api.c1108 dst_key_setbool(dst_key_t *key, int type, bool value) { in dst_key_getbool()
1885 dst_key_setbool(*keyp, tag, true); in dst_key_read_state()
1887 dst_key_setbool(*keyp, tag, false); in dst_key_read_state()
2767 dst_key_setbool(to, i, yesno); in dst_key_goal()
1115 dst_key_setbool(dst_key_t *key, int type, bool value) { dst_key_setbool() function