Searched refs:keystruct (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/irs/
H A Ddnsconf.c60 dns_rdata_dnskey_t keystruct; local
92 keystruct.common.rdclass = rdclass;
93 keystruct.common.rdtype = dns_rdatatype_dnskey;
94 keystruct.mctx = NULL;
95 ISC_LINK_INIT(&keystruct.common, link);
103 keystruct.flags = (isc_uint16_t)flags;
104 keystruct.protocol = (isc_uint8_t)proto;
105 keystruct.algorithm = (isc_uint8_t)alg;
118 keystruct.datalen = r.length;
119 keystruct
[all...]
/bind-9.11.3/lib/samples/
H A Dresolve.c104 dns_rdata_dnskey_t keystruct; local
131 keystruct.common.rdclass = dns_rdataclass_in;
132 keystruct.common.rdtype = dns_rdatatype_dnskey;
133 keystruct.flags = DNS_KEYOWNER_ZONE; /* fixed */
135 keystruct.flags |= DNS_KEYFLAG_KSK;
136 keystruct.protocol = DNS_KEYPROTO_DNSSEC; /* fixed */
137 keystruct.algorithm = alg;
147 keystruct.datalen = r.length;
148 keystruct.data = r.base;
150 result = dns_rdata_fromstruct(NULL, keystruct
[all...]
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c80 dns_rdata_dnskey_t keystruct; local
88 keystruct.common.rdclass = rdclass;
89 keystruct.common.rdtype = dns_rdatatype_dnskey;
90 keystruct.mctx = NULL;
91 ISC_LINK_INIT(&keystruct.common, link);
92 keystruct.flags = flags;
93 keystruct.protocol = proto;
94 keystruct.algorithm = alg;
101 keystruct.datalen = r.length;
102 keystruct
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c566 dns_rdata_dnskey_t keystruct; local
606 keystruct.common.rdclass = dns_rdataclass_in;
607 keystruct.common.rdtype = dns_rdatatype_dnskey;
609 * The key data in keystruct is not dynamically allocated.
611 keystruct.mctx = NULL;
613 ISC_LINK_INIT(&keystruct.common, link);
622 keystruct.flags = (isc_uint16_t)flags;
623 keystruct.protocol = (isc_uint8_t)proto;
624 keystruct.algorithm = (isc_uint8_t)alg;
632 keystruct
[all...]
/bind-9.11.3/bin/named/
H A Dserver.c691 dns_rdata_dnskey_t keystruct; local
734 keystruct.common.rdclass = viewclass;
735 keystruct.common.rdtype = dns_rdatatype_dnskey;
737 * The key data in keystruct is not dynamically allocated.
739 keystruct.mctx = NULL;
741 ISC_LINK_INIT(&keystruct.common, link);
749 keystruct.flags = (isc_uint16_t)flags;
750 keystruct.protocol = (isc_uint8_t)proto;
751 keystruct.algorithm = (isc_uint8_t)alg;
759 keystruct
[all...]

Completed in 1636 milliseconds