Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libgss/
H A Dg_utils.c44 static qop_num qop_num_pairs[MAX_QOP_NUM_PAIRS+1]; variable
71 if (!qop_num_pairs[0].qop) { in __gss_read_qop_file()
118 qop_num_pairs[qop_num_pair_cnt].qop = strdup(name); in __gss_read_qop_file()
119 if (qop_num_pairs[qop_num_pair_cnt].qop == NULL) in __gss_read_qop_file()
126 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
135 qop_num_pairs[qop_num_pair_cnt].num = (OM_uint32)atoi(name); in __gss_read_qop_file()
140 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
148 qop_num_pairs[qop_num_pair_cnt].mech = strdup(name); in __gss_read_qop_file()
149 if (qop_num_pairs[qop_num_pair_cnt].mech == NULL) { in __gss_read_qop_file()
150 free(qop_num_pairs[qop_num_pair_cnt].qop); in __gss_read_qop_file()
[all …]