Searched refs:client_creds (Results 1 – 3 of 3) sorted by relevance
176 send_tok, flags, NULL, &ctx->client_creds); in ssh_gssapi_accept_ctx()181 if (ctx->client_creds) in ssh_gssapi_accept_ctx()304 client->creds = ctx->client_creds; in ssh_gssapi_getclient()305 ctx->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_getclient()
152 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx()176 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx()177 gss_release_cred(&ms, &(*ctx)->client_creds); in ssh_gssapi_delete_ctx()
97 gss_cred_id_t client_creds; /* server */ member