Searched refs:client_creds (Results 1 – 3 of 3) sorted by relevance
158 send_tok, flags, NULL, &ctx->client_creds); in ssh_gssapi_accept_ctx()163 if (ctx->client_creds) in ssh_gssapi_accept_ctx()286 client->creds = ctx->client_creds; in ssh_gssapi_getclient()287 ctx->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_getclient()
151 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx()175 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx()176 gss_release_cred(&ms, &(*ctx)->client_creds); in ssh_gssapi_delete_ctx()
96 gss_cred_id_t client_creds; /* server */ member