Lines Matching defs:keystruct
566 dns_rdata_dnskey_t keystruct;
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.datalen = r.length;
633 keystruct.data = r.base;
636 keystruct.common.rdclass,
637 keystruct.common.rdtype,
638 &keystruct, &rrdatabuf));