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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h92 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str, member in struct:dst_func
H A Ddst_api.c677 if (key_st->dk_func && key_st->dk_func->from_dns_key) {
678 if (key_st->dk_func->from_dns_key(key_st, &rdata[start],
777 dkey->dk_func->from_dns_key == NULL)
780 if (dkey->dk_func->from_dns_key(dkey, key_buf, key_len) < 0) {
H A Dhmac_link.c476 dst_t_func[KEY_HMAC_MD5]->from_dns_key = dst_buffer_to_hmac_md5;

Completed in 61 milliseconds