Lines Matching refs:mech
122 gss_mechanism mech; local
189 mech = __gss_get_mechanism(token_mech_type);
190 if (mech && mech->gss_accept_sec_context) {
191 status = mech->gss_accept_sec_context(
192 mech->context,
214 map_error(minor_status, mech);
229 &t_minstat, mech,
233 map_error(minor_status, mech);
239 mech->gss_release_name(
240 mech->context,
310 if (mech->gss_inquire_cred) {
311 status = mech->gss_inquire_cred(
312 mech->context,
322 map_error(minor_status, mech);
327 &t_minstat, mech,
331 map_error(minor_status, mech);