• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/

Lines Matching refs:dnskey

227 		fatal("dnskey '%s' failed to sign data: %s",
481 "private dnskey not found\n",
484 vbprintf(2, "\trrsig by %s %s - dnskey not found\n",
560 "resigning with dnskey");
605 "signing with dnskey");
608 "signing with dnskey");
1470 dns_rdata_dnskey_t dnskey;
1543 result = dns_rdata_tostruct(&rdata, &dnskey, NULL);
1546 if ((dnskey.flags & DNS_KEYOWNER_ZONE) == 0)
1548 else if ((dnskey.flags & DNS_KEYFLAG_REVOKE) != 0) {
1549 if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0 &&
1566 if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0 &&
1567 revoked_ksk[dnskey.algorithm] != 255)
1568 revoked_ksk[dnskey.algorithm]++;
1569 else if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 &&
1570 revoked_zsk[dnskey.algorithm] != 255)
1571 revoked_zsk[dnskey.algorithm]++;
1572 } else if ((dnskey.flags & DNS_KEYFLAG_KSK) != 0) {
1575 if (ksk_algorithms[dnskey.algorithm] != 255)
1576 ksk_algorithms[dnskey.algorithm]++;
1579 if (standby_ksk[dnskey.algorithm] != 255)
1580 standby_ksk[dnskey.algorithm]++;
1586 if (self_algorithms[dnskey.algorithm] != 255)
1587 self_algorithms[dnskey.algorithm]++;
1589 if (zsk_algorithms[dnskey.algorithm] != 255)
1590 zsk_algorithms[dnskey.algorithm]++;
1593 if (zsk_algorithms[dnskey.algorithm] != 255)
1594 zsk_algorithms[dnskey.algorithm]++;
1596 if (standby_zsk[dnskey.algorithm] != 255)
1597 standby_zsk[dnskey.algorithm]++;
1602 dns_rdata_freestruct(&dnskey);
2863 fatal("cannot load dnskey %s: %s", keyfiles[i],
2870 fatal("cannot sign zone with non-private dnskey %s",
2957 dns_rdata_dnskey_t dnskey;
2979 result = dns_rdata_tostruct(&rdata, &dnskey, NULL);
2981 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0) {
2986 dns_rdata_freestruct(&dnskey);