Lines Matching defs:keystruct
80 dns_rdata_dnskey_t keystruct;
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.data = r.base;
103 ATF_REQUIRE_EQ(dns_rdata_fromstruct(NULL, keystruct.common.rdclass,
104 keystruct.common.rdtype,
105 &keystruct, &rrdatabuf),