Home | History | Annotate | Download | only in dist

Lines Matching refs:mech

185 	gss_OID mech;
189 GSS_C_NO_CHANNEL_BINDINGS, &ctx->client, &mech,
287 client->mech = NULL;
293 client->mech = supported_mechs[i];
297 if (client->mech == NULL)
344 if (gssapi_client.mech && gssapi_client.mech->storecreds) {
345 (*gssapi_client.mech->storecreds)(&gssapi_client);
378 if (gssapi_client.mech && gssapi_client.mech->userok)
379 if ((*gssapi_client.mech->userok)(&gssapi_client, user))