Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c822 u_char in_buff[RAW_KEY_SIZE], *p; in dst_s_read_private_key_file() local
846 if ((cnt = fread(in_buff, 1, sizeof(in_buff), fp)) < 5) { in dst_s_read_private_key_file()
854 if (memcmp(in_buff, "Private-key-format: v", 20) != 0) in dst_s_read_private_key_file()
857 p = in_buff; 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()
908 memset(in_buff, 0, cnt); in dst_s_read_private_key_file()
912 memset(in_buff, 0, cnt); in dst_s_read_private_key_file()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c504 int get_entity_list(const char *in_buff, char **out_buff) in get_entity_list() argument
517 rc = parse_entity_list(in_buff, dbg_entity_list, in get_entity_list()