Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h96 int (*from_file_fmt)(DST_KEY *key, const char *out, member
H A Ddst_api.c890 if (pk_key->dk_func == NULL || pk_key->dk_func->from_file_fmt == NULL) in dst_s_read_private_key_file()
893 ret = pk_key->dk_func->from_file_fmt(pk_key, (char *)p, &in_buff[len] - p); in dst_s_read_private_key_file()
H A Dhmac_link.c475 dst_t_func[KEY_HMAC_MD5]->from_file_fmt = dst_hmac_md5_key_from_file_format; in dst_hmac_md5_init()