Searched refs:to_file_fmt (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_internal.h96 int (*to_file_fmt)(const DST_KEY *key, char *out, member in struct:dst_func
H A Ddst_api.c420 if (key->dk_func == NULL || key->dk_func->to_file_fmt == NULL) {
424 } else if ((len = key->dk_func->to_file_fmt(key, (char *)encoded_block,
H A Dhmac_link.c477 dst_t_func[KEY_HMAC_MD5]->to_file_fmt = dst_hmac_md5_key_to_file_format;
/netbsd-current/lib/libresolv/
H A Ddst_internal.h104 int (*to_file_fmt)(const DST_KEY *key, char *out, member in struct:dst_func
H A Ddst_api.c423 if (key->dk_func == NULL || key->dk_func->to_file_fmt == NULL) {
427 } else if ((len = key->dk_func->to_file_fmt(key, (char *)encoded_block,
H A Dhmac_link.c467 dst_t_func[KEY_HMAC_MD5]->to_file_fmt = dst_hmac_md5_key_to_file_format;

Completed in 104 milliseconds