Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgss-serv.c190 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 Dgss-genr.c169 (*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 Dssh-gss.h78 gss_cred_id_t client_creds; /* server */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dheim_ipc.defs50 ServerAuditToken client_creds : audit_token_t;
60 ServerAuditToken client_creds : audit_token_t;
H A Dserver.c198 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 Dheim_ipc_async.defs50 ServerAuditToken client_creds : audit_token_t;
H A Dclient.c187 audit_token_t client_creds, in mheim_ado_acall_reply() argument