Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h94 int (*to_file_fmt)(const DST_KEY *key, char *out, member
H A Ddst_api.c414 if (key->dk_func == NULL || key->dk_func->to_file_fmt == NULL) { in dst_s_write_private_key()
418 } else if ((len = key->dk_func->to_file_fmt(key, (char *)encoded_block, in dst_s_write_private_key()
H A Dhmac_link.c474 dst_t_func[KEY_HMAC_MD5]->to_file_fmt = dst_hmac_md5_key_to_file_format; in dst_hmac_md5_init()