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

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keyfromlabel.c207 options |= DST_TYPE_KEY;
378 options |= DST_TYPE_KEY;
390 if (type != NULL && (options & DST_TYPE_KEY) != 0) {
405 if ((options & DST_TYPE_KEY) != 0) /* KEY */
410 else if ((options & DST_TYPE_KEY) != 0) { /* KEY */
426 if ((options & DST_TYPE_KEY) != 0) /* KEY */
435 else if ((options & DST_TYPE_KEY) == 0 &&
H A Ddnssec-keygen.c378 options |= DST_TYPE_KEY;
559 options |= DST_TYPE_KEY;
571 if (type != NULL && (options & DST_TYPE_KEY) != 0) {
733 options |= DST_TYPE_KEY;
743 options |= DST_TYPE_KEY;
753 options |= DST_TYPE_KEY;
763 options |= DST_TYPE_KEY;
773 options |= DST_TYPE_KEY;
783 options |= DST_TYPE_KEY;
798 if ((options & DST_TYPE_KEY) !
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtkeyconf.c81 type = DST_TYPE_PUBLIC|DST_TYPE_PRIVATE|DST_TYPE_KEY;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h87 #define DST_TYPE_KEY 0x1000000 /* KEY key */ macro
298 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY
325 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY
346 * \li "type" is DST_TYPE_KEY look for a KEY record otherwise DNSKEY
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c1484 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) ||
1485 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey)) {
1645 if ((type & DST_TYPE_KEY) == 0) {
1680 if ((type & DST_TYPE_KEY) != 0)
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-update.c735 DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx,
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c658 DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx,
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1115 DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx,

Completed in 289 milliseconds