Home
last modified time | relevance | path

Searched refs:key_st (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c641 DST_KEY *key_st; in dst_dnskey_to_key() local
660 key_st->dk_id = dst_s_dns_key_id(rdata, len); in dst_dnskey_to_key()
661 key_st->dk_flags = dst_s_get_int16(rdata); in dst_dnskey_to_key()
662 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT]; in dst_dnskey_to_key()
663 if (key_st->dk_flags & DST_EXTEND_FLAG) { in dst_dnskey_to_key()
666 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16); in dst_dnskey_to_key()
673 if (key_st->dk_func && key_st->dk_func->from_dns_key) { in dst_dnskey_to_key()
674 if (key_st->dk_func->from_dns_key(key_st, &rdata[start], in dst_dnskey_to_key()
676 return (key_st); in dst_dnskey_to_key()
681 SAFE_FREE(key_st); in dst_dnskey_to_key()
[all …]