Searched refs:client_creds (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | gss-serv.c | 190 send_tok, flags, NULL, &ctx->client_creds); in ssh_gssapi_accept_ctx() 195 if (ctx->client_creds) in ssh_gssapi_accept_ctx() 318 client->creds = ctx->client_creds; in ssh_gssapi_getclient() 319 ctx->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_getclient()
|
| H A D | gss-genr.c | 169 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx() 193 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx() 194 gss_release_cred(&ms, &(*ctx)->client_creds); in ssh_gssapi_delete_ctx()
|
| H A D | ssh-gss.h | 78 gss_cred_id_t client_creds; /* server */ member
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| H A D | heim_ipc.defs | 50 ServerAuditToken client_creds : audit_token_t; 60 ServerAuditToken client_creds : audit_token_t;
|
| H A D | server.c | 198 audit_token_t client_creds, in mheim_do_call() argument 228 audit_token_to_au32(client_creds, NULL, &uid, &gid, NULL, NULL, &pid, &session, NULL); in mheim_do_call() 258 audit_token_t client_creds, in mheim_do_call_request() argument 279 audit_token_to_au32(client_creds, NULL, &uid, &gid, NULL, NULL, &pid, &session, NULL); in mheim_do_call_request()
|
| H A D | heim_ipc_async.defs | 50 ServerAuditToken client_creds : audit_token_t;
|
| H A D | client.c | 187 audit_token_t client_creds, in mheim_ado_acall_reply() argument
|