Lines Matching refs:mech
93 struct gss_api_mech *mech; member
447 struct gss_api_mech *mech = gss_msg->auth->mech; in gss_encode_v1_msg() local
452 len = scnprintf(p, buflen, "mech=%s uid=%d ", mech->gm_name, in gss_encode_v1_msg()
469 if (mech->gm_upcall_enctypes) { in gss_encode_v1_msg()
471 mech->gm_upcall_enctypes); in gss_encode_v1_msg()
725 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech); in gss_pipe_downcall()
1005 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); in gss_create_new()
1006 if (!gss_auth->mech) { in gss_create_new()
1010 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor); in gss_create_new()
1039 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1053 gss_mech_put(gss_auth->mech); in gss_create_new()
1069 gss_mech_put(gss_auth->mech); in gss_free()