Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c826 u_char in_buff[RAW_KEY_SIZE], *p; in dst_s_read_private_key_file() local
850 if ((cnt = fread(in_buff, 1, sizeof(in_buff), fp)) < 5) { in dst_s_read_private_key_file()
858 if (memcmp(in_buff, "Private-key-format: v", 20) != 0) in dst_s_read_private_key_file()
861 p = in_buff; in dst_s_read_private_key_file()
897 ret = pk_key->dk_func->from_file_fmt(pk_key, (char *)p, &in_buff[len] - p); in dst_s_read_private_key_file()
912 memset(in_buff, 0, cnt); in dst_s_read_private_key_file()
916 memset(in_buff, 0, cnt); in dst_s_read_private_key_file()