HomeSort by: relevance | last modified time | path
    Searched refs:client_creds (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
heim_ipc.defs 50 ServerAuditToken client_creds : audit_token_t;
60 ServerAuditToken client_creds : audit_token_t;
heim_ipc_async.defs 50 ServerAuditToken client_creds : audit_token_t;
server.c 198 audit_token_t client_creds,
228 audit_token_to_au32(client_creds, NULL, &uid, &gid, NULL, NULL, &pid, &session, NULL);
258 audit_token_t client_creds,
279 audit_token_to_au32(client_creds, NULL, &uid, &gid, NULL, NULL, &pid, &session, NULL);
client.c 187 audit_token_t client_creds,
  /src/crypto/external/bsd/openssh/dist/
ssh-gss.h 78 gss_cred_id_t client_creds; /* server */ member in struct:__anon1138
gss-serv.c 190 send_tok, flags, NULL, &ctx->client_creds);
195 if (ctx->client_creds)
318 client->creds = ctx->client_creds;
319 ctx->client_creds = GSS_C_NO_CREDENTIAL;
gss-genr.c 171 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL;
195 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL)
196 gss_release_cred(&ms, &(*ctx)->client_creds);

Completed in 28 milliseconds