Lines Matching defs:dns
31 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST
33 * int dst_key_to_dnskey() Function to return a public key in DNS
159 * flags: the dns flags of the key
160 * protocol: the dns protocol of the key
584 * Write a key to disk in DNS format.
639 * This function converts the contents of a DNS KEY RR into a DST
700 * Function to encode a public key into DNS KEY wire format
767 const int flags, /*!< dns flags */
768 const int protocol, /*!< dns protocol */
769 const u_char *key_buf, /*!< key in dns wire fmt */
775 u_char dns[2048];
793 dnslen = dst_key_to_dnskey(dkey, dns, (int)sizeof(dns));
794 dkey->dk_id = dst_s_dns_key_id(dns, dnslen);
839 u_char dns[2048];
912 dnslen = dst_key_to_dnskey(pk_key, dns, (int)sizeof(dns));
913 id = dst_s_dns_key_id(dns, dnslen);
944 *\par flags The default value of the DNS Key flags.
945 *\li The DNS Key RR Flag field is defined in RFC2065,
948 *\li Default value of the DNS Key protocol field.
949 *\li The DNS Key protocol field is defined in RFC2065,
968 u_char dns[2048];
994 dnslen = dst_key_to_dnskey(new_key, dns, (int)sizeof(dns));
996 new_key->dk_id = dst_s_dns_key_id(dns, dnslen);