Lines Matching refs:mech
93 struct gss_api_mech *mech; member
454 struct gss_api_mech *mech = gss_msg->auth->mech; in gss_encode_v1_msg() local
459 len = scnprintf(p, buflen, "mech=%s uid=%d ", mech->gm_name, in gss_encode_v1_msg()
502 if (mech->gm_upcall_enctypes) { in gss_encode_v1_msg()
504 mech->gm_upcall_enctypes); in gss_encode_v1_msg()
762 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech); in gss_pipe_downcall()
1043 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); in gss_create_new()
1044 if (!gss_auth->mech) { in gss_create_new()
1048 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor); in gss_create_new()
1059 if (gss_pseudoflavor_to_datatouch(gss_auth->mech, flavor)) in gss_create_new()
1080 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1094 gss_mech_put(gss_auth->mech); in gss_create_new()
1110 gss_mech_put(gss_auth->mech); in gss_free()