Searched refs:dst_s_dns_key_id (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libresolv-57/
H A Ddst.h94 #define dst_s_dns_key_id res_9_dst_s_dns_key_id macro
95 u_int16_t dst_s_dns_key_id(const u_char *dns_key_rdata, const int rdata_len);
H A Ddst_api.c681 key_st->dk_id = dst_s_dns_key_id(rdata, len);
809 dkey->dk_id = dst_s_dns_key_id(dns, dnslen);
927 id = dst_s_dns_key_id(dns, dnslen);
1012 new_key->dk_id = dst_s_dns_key_id(dns, dnslen);
H A Ddst_support.c129 * dst_s_dns_key_id() Function to calculate DNSSEC footprint from KEY record
138 dst_s_dns_key_id(const u_char *dns_key_rdata, const int rdata_len) function
H A Dns_print.c69 #ifndef dst_s_dns_key_id
70 #define dst_s_dns_key_id res_9_dst_s_dns_key_id macro
72 u_int16_t dst_s_dns_key_id(const u_char *, const int);
474 key_id = dst_s_dns_key_id(rdata, edata-rdata);

Completed in 102 milliseconds