Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dgss-serv.c181 send_tok, flags, NULL, &ctx->client_creds); in ssh_gssapi_accept_ctx()
186 if (ctx->client_creds) in ssh_gssapi_accept_ctx()
309 client->creds = ctx->client_creds; in ssh_gssapi_getclient()
310 ctx->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_getclient()
H A Dgss-genr.c164 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx()
188 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx()
189 gss_release_cred(&ms, &(*ctx)->client_creds); in ssh_gssapi_delete_ctx()
H A Dssh-gss.h76 gss_cred_id_t client_creds; /* server */ member