Home | History | Annotate | Download | only in openssh

Lines Matching full:mech

171 	gss_OID mech;
175 GSS_C_NO_CHANNEL_BINDINGS, &ctx->client, &mech,
273 client->mech = NULL;
279 client->mech = supported_mechs[i];
283 if (client->mech == NULL)
325 if (gssapi_client.mech && gssapi_client.mech->storecreds) {
326 (*gssapi_client.mech->storecreds)(&gssapi_client);
359 if (gssapi_client.mech && gssapi_client.mech->userok)
360 if ((*gssapi_client.mech->userok)(&gssapi_client, user))