Home
last modified time | relevance | path

Searched refs:client_creds (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dgss-serv.c186 send_tok, flags, NULL, &ctx->client_creds); in ssh_gssapi_accept_ctx()
191 if (ctx->client_creds) in ssh_gssapi_accept_ctx()
314 client->creds = ctx->client_creds; in ssh_gssapi_getclient()
315 ctx->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_getclient()
Dgss-genr.c152 (*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()
Dssh-gss.h97 gss_cred_id_t client_creds; /* server */ member