Home
last modified time | relevance | path

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

/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-settime.c164 options |= DST_TYPE_STATE; in writekey()
192 result = dst_key_buildfilename(key, DST_TYPE_STATE, directory, in writekey()
258 options = DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_STATE; in main()
H A Ddnssec-keygen.c472 (DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_STATE), in keygen()
1234 ctx.options |= DST_TYPE_STATE; in main()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c455 (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE)) != 0); in dst_key_tofile()
470 if ((type & DST_TYPE_STATE) != 0) { in dst_key_tofile()
533 (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE)) != 0); in dst_key_getfilename()
644 if ((type & DST_TYPE_STATE) != 0) { in dst_key_fromnamedfile()
656 if ((type & DST_TYPE_STATE) != 0) { in dst_key_fromnamedfile()
708 if ((type & DST_TYPE_STATE) != 0) { in dst_key_fromnamedfile()
1423 type == DST_TYPE_STATE || type == 0); in dst_key_buildfilename()
2084 ret = dst_key_buildfilename(key, DST_TYPE_STATE, directory, &fileb); in write_key_state()
2293 } else if ((type & DST_TYPE_STATE) != 0) { in buildfilename()
H A Ddnssec.c809 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_STATE, in dns_dnssec_findzonekeys()
827 DST_TYPE_STATE, in dns_dnssec_findzonekeys()
851 DST_TYPE_STATE), in dns_dnssec_findzonekeys()
1479 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_STATE, in dns_dnssec_findmatchingkeys()
1705 dst_key_alg(dnskey), (DST_TYPE_PUBLIC | DST_TYPE_STATE), in dns_dnssec_keylistfromrdataset()
1716 (DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_STATE), in dns_dnssec_keylistfromrdataset()
1734 DST_TYPE_STATE), in dns_dnssec_keylistfromrdataset()
1757 DST_TYPE_STATE), in dns_dnssec_keylistfromrdataset()
H A Dkeymgr.c1976 int options = (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE); in dns_keymgr_run()
2071 DST_TYPE_STATE); in dns_keymgr_run()
2242 int options = (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE); in keymgr_checkds()
2553 int options = (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE); in dns_keymgr_rollover()
/netbsd/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h124 #define DST_TYPE_STATE 0x8000000 macro