Lines Matching refs:mech
54 gss_mechanism mech;
78 * get_mechanism will return the first mechanism in the mech
82 if ((mech = __gss_get_mechanism(GSS_C_NULL_OID)) == NULL)
85 if (!mech->gss_inquire_cred)
88 status = mech->gss_inquire_cred(minor_status,
95 map_error(minor_status, mech);
104 &temp_minor_status, mech,
108 map_error(minor_status, mech);
227 gss_mechanism mech;
240 mech = __gss_get_mechanism(mech_type);
241 if (!mech)
243 if (!mech->gss_inquire_cred_by_mech)
251 if (mech->gss_inquire_cred_by_mech != NULL) {
252 status = mech->gss_inquire_cred_by_mech(
260 map_error(minor_status, mech);
269 &temp_minor_status, mech,
273 map_error(minor_status, mech);