Lines Matching refs:mech
72 struct gss_api_mech *mech;
419 struct gss_api_mech *mech = gss_msg->auth->mech;
424 len = scnprintf(p, buflen, "mech=%s uid=%d", mech->gm_name,
467 if (mech->gm_upcall_enctypes) {
469 mech->gm_upcall_enctypes);
757 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech);
1033 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
1034 if (!gss_auth->mech)
1036 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);
1049 if (gss_pseudoflavor_to_datatouch(gss_auth->mech, flavor))
1070 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name,
1084 gss_mech_put(gss_auth->mech);
1101 gss_mech_put(gss_auth->mech);