Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c731 if (key->dk_func && key->dk_func->to_dns_key) { in dst_key_to_dnskey()
732 enc_len = key->dk_func->to_dns_key(key, in dst_key_to_dnskey()
797 if (key->dk_func != NULL && key->dk_func->to_dns_key != NULL) { in dst_key_to_buffer()
798 len = key->dk_func->to_dns_key(key, out_buff, buf_len); in dst_key_to_buffer()
H A Ddst_internal.h90 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out, member
H A Dhmac_link.c475 dst_t_func[KEY_HMAC_MD5]->to_dns_key = dst_hmac_md5_to_dns_key; in dst_hmac_md5_init()