Lines Matching refs:keystruct
60 dns_rdata_dnskey_t keystruct;
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.data = r.base;
122 keystruct.common.rdclass,
123 keystruct.common.rdtype,
124 &keystruct, &rrdatabuf);