Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c40 static int qop_num_pair_cnt; variable
87 qop_num_pair_cnt = 0; in __gss_read_qop_file()
117 if (qop_num_pairs[qop_num_pair_cnt].qop == NULL) in __gss_read_qop_file()
124 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
138 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
148 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
152 if (qop_num_pair_cnt++ >= MAX_QOP_NUM_PAIRS) in __gss_read_qop_file()
183 for (i = 0; i < qop_num_pair_cnt; i++) { in __gss_qop_to_num()
219 for (i = 0; i < qop_num_pair_cnt; i++) { in __gss_num_to_qop()
252 for (i = 0; i < qop_num_pair_cnt; i++) { in __gss_get_mech_info()
[all …]