Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h100 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out, member
H A Ddst_api.c738 if (key->dk_func && key->dk_func->to_dns_key) { in dst_key_to_dnskey()
739 enc_len = key->dk_func->to_dns_key(key, in dst_key_to_dnskey()
803 if (key->dk_func != NULL && key->dk_func->to_dns_key != NULL) { in dst_key_to_buffer()
804 len = key->dk_func->to_dns_key(key, out_buff, buf_len); in dst_key_to_buffer()
H A Dhmac_link.c463 dst_t_func[KEY_HMAC_MD5]->to_dns_key = dst_hmac_md5_to_dns_key; in dst_md5_hmac_init()