HomeSort by: relevance | last modified time | path
    Searched refs:DST_TYPE_KEY (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-keyfromlabel.c 206 options |= DST_TYPE_KEY;
430 if (type != NULL && (options & DST_TYPE_KEY) != 0) {
569 if ((options & DST_TYPE_KEY) != 0) { /* KEY */
575 } else if ((options & DST_TYPE_KEY) != 0) { /* KEY */
610 if ((options & DST_TYPE_KEY) != 0) { /* KEY */
619 } else if ((options & DST_TYPE_KEY) == 0 &&
dnssec-keygen.c 329 if (ctx->type != NULL && (ctx->options & DST_TYPE_KEY) != 0) {
551 if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
557 } else if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
575 if ((ctx->options & DST_TYPE_KEY) != 0) { /* KEY */
588 } else if ((ctx->options & DST_TYPE_KEY) == 0 &&
617 (ctx->options & DST_TYPE_KEY) != 0)
1028 ctx.options |= DST_TYPE_KEY;
1249 if (ctx.options & DST_TYPE_KEY) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 121 #define DST_TYPE_KEY 0x1000000 /* KEY key */
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.
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 131 #define DST_TYPE_KEY 0x1000000 /* KEY key */
381 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY
404 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
432 * DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
453 * \li "type" is DST_TYPE_KEY look for a KEY record otherwise DNSKEY.
  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 1695 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) ||
1696 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey))
2060 if ((type & DST_TYPE_KEY) == 0) {
2175 if ((type & DST_TYPE_KEY) == 0) {
2214 if ((type & DST_TYPE_KEY) != 0) {
dnssec.c 1254 type |= DST_TYPE_KEY;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 1730 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) {
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1161 keyfile, NULL, DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx, &dstkey);
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 641 keyfile, NULL, DST_TYPE_PRIVATE | DST_TYPE_KEY, mctx, &dstkey);

Completed in 38 milliseconds