Lines Matching refs:mech
88 struct gss_api_mech *mech;
436 struct gss_api_mech *mech = gss_msg->auth->mech;
441 len = scnprintf(p, buflen, "mech=%s uid=%d", mech->gm_name,
484 if (mech->gm_upcall_enctypes) {
486 mech->gm_upcall_enctypes);
774 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech);
1051 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
1052 if (!gss_auth->mech)
1054 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);
1068 if (gss_pseudoflavor_to_datatouch(gss_auth->mech, flavor))
1089 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name,
1103 gss_mech_put(gss_auth->mech);
1120 gss_mech_put(gss_auth->mech);