Lines Matching defs:dns
153 * flags: the dns flags of the key
154 * protocol: the dns protocol of the key
759 const int flags, /*!< dns flags */
760 const int protocol, /*!< dns protocol */
761 const u_char *key_buf, /*!< key in dns wire fmt */
767 u_char dns[2048];
785 dnslen = dst_key_to_dnskey(dkey, dns, sizeof(dns));
786 dkey->dk_id = dst_s_dns_key_id(dns, dnslen);
829 u_char dns[2048];
901 dnslen = dst_key_to_dnskey(pk_key, dns, sizeof(dns));
902 id = dst_s_dns_key_id(dns, dnslen);
956 u_char dns[2048];
983 dnslen = dst_key_to_dnskey(new_key, dns, sizeof(dns));
985 new_key->dk_id = dst_s_dns_key_id(dns, dnslen);