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

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddst_test.c444 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY, true },
448 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY, false },
452 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY, false },
456 DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY, false },
460 DST_TYPE_PUBLIC | DST_TYPE_KEY, true },
464 DST_TYPE_PUBLIC | DST_TYPE_KEY, false },
468 DST_TYPE_PUBLIC | DST_TYPE_KEY, false },
H A Ddh_test.c87 DST_TYPE_PUBLIC | DST_TYPE_KEY, TESTS_DIR,
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-keyfromlabel.c206 options |= DST_TYPE_KEY;
394 options |= DST_TYPE_KEY;
417 if (type != NULL && (options & DST_TYPE_KEY) != 0) {
556 if ((options & DST_TYPE_KEY) != 0) { /* KEY */
562 } else if ((options & DST_TYPE_KEY) != 0) { /* KEY */
582 if ((options & DST_TYPE_KEY) != 0) { /* KEY */
591 } else if ((options & DST_TYPE_KEY) == 0 &&
H A Ddnssec-keygen.c329 ctx->options |= DST_TYPE_KEY;
352 if (ctx->type != NULL && (ctx->options & DST_TYPE_KEY) != 0) {
565 if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
571 } else if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
589 if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
598 } else if ((ctx->options & DST_TYPE_KEY) == 0 &&
1014 ctx.options |= DST_TYPE_KEY;
1204 if (ctx.options & DST_TYPE_KEY) {
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dtkeyconf.c74 type = DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeycreate.c116 type = DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_KEY;
245 type = DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY;
H A Dkeydelete.c187 type = DST_TYPE_PUBLIC | DST_TYPE_PRIVATE | DST_TYPE_KEY;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
H A Ddst.h121 #define DST_TYPE_KEY 0x1000000 /* KEY key */ macro
356 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY
379 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
407 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
428 * \li "type" is DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h131 #define DST_TYPE_KEY 0x1000000 /* KEY key */ macro
367 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY
390 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
418 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
439 * \li "type" is DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_api.c1730 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) ||
1731 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey))
2113 if ((type & DST_TYPE_KEY) == 0) {
2232 if ((type & DST_TYPE_KEY) == 0) {
2269 if ((type & DST_TYPE_KEY) != 0) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddst_api.c1748 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) ||
1749 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey))
2133 if ((type & DST_TYPE_KEY) == 0) {
2246 if ((type & DST_TYPE_KEY) == 0) {
2285 if ((type & DST_TYPE_KEY) != 0) {
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c628 keyfile, NULL, DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx, &dstkey);
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.c1171 keyfile, NULL, DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx, &dstkey);

Completed in 200 milliseconds