Home | History | Annotate | Download | only in openssh

Lines Matching defs:mech

153 	gss_OID mech;
157 GSS_C_NO_CHANNEL_BINDINGS, &ctx->client, &mech,
255 client->mech = NULL;
261 client->mech = supported_mechs[i];
265 if (client->mech == NULL)
307 if (gssapi_client.mech && gssapi_client.mech->storecreds) {
308 (*gssapi_client.mech->storecreds)(&gssapi_client);
341 if (gssapi_client.mech && gssapi_client.mech->userok)
342 if ((*gssapi_client.mech->userok)(&gssapi_client, user))