HomeSort by: relevance | last modified time | path
    Searched defs:cdnskey (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
kasp.h 99 bool cdnskey; member in struct:dns_kasp
901 * Do we need to publish a CDNSKEY?
910 dns_kasp_setcdnskey(dns_kasp_t *kasp, bool cdnskey);
912 * Enable/disable publication of CDNSKEY records.
  /src/external/mpl/bind/dist/tests/dns/
skr_test.c 63 dns_rdata_t cdnskey; member in struct:__anon24221
252 /* CDNSKEY */
253 dns_rdata_init(&test_bundles[bnum].cdnskey);
256 &test_bundles[bnum].cdnskey);
265 ISC_LIST_APPEND(cdnskeylist->rdata, &test_bundles[bnum].cdnskey, link);
384 cmp = dns_rdata_compare(&tuple->rdata, &tb->cdnskey);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c 740 * Create the DNSKEY, CDS, and CDNSKEY records beloing to the KSKs
841 /* CDNSKEY */
897 fatal("failed to create KSK/CDS/CDNSKEY");
923 dns_rdataset_t ksk, cdnskey, cds, rrset; local
925 dns_rdataset_init(&cdnskey);
929 keys, &ksk, &cdnskey, &cds);
961 /* CDNSKEY */
962 if (dns_rdataset_count(&cdnskey) > 0) {
963 (void)sign_rrset(ksr, inception, expiration, &cdnskey,
966 freerrset(&cdnskey);
    [all...]
dnssec-signzone.c 186 static const char *sync_records = "cdnskey,cds:sha-256";
2768 bool *cdnskey) {
2774 if (dlen == 7 && strncmp(str, "cdnskey", dlen) == 0) {
2775 *cdnskey = true;
2822 bool cdnskey = false; local
2843 add_digest(digest, dlen, &digests, &cdnskey);
2847 add_digest(digest, dlen, &digests, &cdnskey);
2876 /* Get the CDNSKEY rdataset */
2896 &digests, cdnskey, keyttl, &diff, mctx);
3263 fprintf(stderr, "what CDNSKEY and CDS to publish\n")
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
zone.c 5177 "CDS/CDNSKEY consistency checks "
7127 * CDS and CDNSKEY RRsets too (RFC 7344, 4.1).
7163 * CDS and CDNSKEY are signed with KSK (RFC
7591 * CDS and CDNSKEY are signed with KSK like DNSKEY.
7800 * CDS and CDNSKEY are signed with KSK like DNSKEY.
16488 dns_rdata_cdnskey_t cdnskey; local
16490 result = dns_rdata_tostruct(rdata, &cdnskey, NULL);
16493 "dns_rdata_tostruct(cdnskey) failed: %s",
16708 * Allow DNSKEY, CDNSKEY, CDS because users should be able to
16845 * If kasp is in effect honour the existing DNSKEY, CDNSKEY and CD
23280 dns_rdataset_t dnskey, cds, cdnskey; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 5085 "CDS/CDNSKEY consistency checks "
7225 * CDS and CDNSKEY RRsets too (RFC 7344, 4.1).
7260 * CDS and CDNSKEY are signed with KSK (RFC 7344, 4.1).
7671 * CDS and CDNSKEY are signed with KSK like DNSKEY.
7849 * CDS and CDNSKEY are signed with KSK like DNSKEY.
20467 * See if dns__zone_updatesigs() will update DNSKEY/CDS/CDNSKEY
21489 /* Get the CDNSKEY rdataset */
21565 * Publish CDS/CDNSKEY DELETE records if the zone is
21598 /* Check if there is a CDNSKEY DELETE record. */
21608 * CDNSKEY deletion record has this for
22078 dns_rdataset_t dnskey, cds, cdnskey; local
    [all...]

Completed in 49 milliseconds