Searched refs:from_dns_key (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h102 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str, member in struct:dst_func
H A Ddst_api.c684 if (key_st->dk_func && key_st->dk_func->from_dns_key) {
685 if (key_st->dk_func->from_dns_key(key_st, &rdata[start],
783 dkey->dk_func->from_dns_key == NULL)
786 if (dkey->dk_func->from_dns_key(dkey, key_buf, key_len) < 0) {
H A Dhmac_link.c464 dst_t_func[KEY_HMAC_MD5]->from_dns_key = dst_buffer_to_hmac_md5;

Completed in 75 milliseconds