Searched refs:client_creds (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | gss-serv.c | 186 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()
|
H A D | gss-genr.c | 170 (*ctx)->client_creds = GSS_C_NO_CREDENTIAL; in ssh_gssapi_build_ctx() 194 if ((*ctx)->client_creds != GSS_C_NO_CREDENTIAL) in ssh_gssapi_delete_ctx() 195 gss_release_cred(&ms, &(*ctx)->client_creds); in ssh_gssapi_delete_ctx()
|
H A D | ssh-gss.h | 97 gss_cred_id_t client_creds; /* server */ member
|
/freebsd/crypto/heimdal/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 | 195 audit_token_t client_creds, in mheim_do_call() argument 225 audit_token_to_au32(client_creds, NULL, &uid, &gid, NULL, NULL, &pid, &session, NULL); in mheim_do_call() 255 audit_token_t client_creds, in mheim_do_call_request() argument 276 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 | 185 audit_token_t client_creds, in mheim_ado_acall_reply() argument
|