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

  /src/external/mpl/dhcp/bind/dist/lib/irs/
dnsconf.c 59 dns_rdata_dnskey_t keystruct; local
71 keystruct.common.rdclass = rdclass;
72 keystruct.common.rdtype = dns_rdatatype_dnskey;
73 keystruct.mctx = NULL;
74 ISC_LINK_INIT(&keystruct.common, link);
85 keystruct.flags = (uint16_t)flags;
86 keystruct.protocol = (uint8_t)proto;
87 keystruct.algorithm = (uint8_t)alg;
99 keystruct.datalen = r.length;
100 keystruct.data = r.base
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
keytable_test.c 109 dns_rdata_dnskey_t *keystruct) {
115 keystruct->common.rdclass = rdclass;
116 keystruct->common.rdtype = dns_rdatatype_dnskey;
117 keystruct->mctx = mctx;
118 ISC_LINK_INIT(&keystruct->common, link);
119 keystruct->flags = flags;
120 keystruct->protocol = proto;
121 keystruct->algorithm = alg;
127 keystruct->datalen = r.length;
128 keystruct->data = isc_mem_allocate(mctx, r.length)
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 726 dns_rdata_dnskey_t keystruct; local
808 keystruct.common.rdclass = dns_rdataclass_in;
809 keystruct.common.rdtype = dns_rdatatype_dnskey;
812 * The key data in keystruct is not dynamically allocated.
814 keystruct.mctx = NULL;
816 ISC_LINK_INIT(&keystruct.common, link);
831 keystruct.flags = (uint16_t)rdata1;
832 keystruct.protocol = (uint8_t)rdata2;
833 keystruct.algorithm = (uint8_t)rdata3;
835 if (!dst_algorithm_supported(keystruct.algorithm))
    [all...]

Completed in 40 milliseconds