HomeSort by relevance Sort by last modified time
    Searched refs:client_creds (Results 1 - 3 of 3) sorted by null

  /external/openssh/
gss-serv.c 158 send_tok, flags, NULL, &ctx->client_creds);
163 if (ctx->client_creds)
286 client->creds = ctx->client_creds;
287 ctx->client_creds = GSS_C_NO_CREDENTIAL;
ssh-gss.h 96 gss_cred_id_t client_creds; /* server */ member in struct:__anon12469
gss-genr.c 151 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL;
175 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL)
176 gss_release_cred(&ms, &(*ctx)->client_creds);

Completed in 178 milliseconds