Searched refs:aMech (Results 1 – 1 of 1) sorted by relevance
128 gss_mech_info aMech = g_mechList; local135 while (aMech != NULL) {151 if (aMech->mech && aMech->mech->gss_internal_release_oid) {152 major = aMech->mech->gss_internal_release_oid(153 aMech->mech->context,157 map_error(minor_status, aMech->mech);159 aMech = aMech->next;373 gss_mech_info aMech; local382 if ((aMech = searchMechList(oid)) == NULL ||383 aMech->optionStr == NULL) {[all …]