Searched refs:hCred (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 65 int32_t *hContext, int32_t *hCred, in init_sec_context() argument 74 put32(client, *hCred); in init_sec_context() 110 int32_t *hCred) in acquire_cred() argument 118 ret32(client, *hCred); in acquire_cred() 124 int32_t hCred) in toast_resource() argument 128 put32(client, hCred); in toast_resource() 315 int32_t flags, int32_t hCred, in build_context() argument 337 val = init_sec_context(ipeer, &ic, &hCred, flags|first_call, in build_context() 814 int32_t hCred, val; in main() local 816 val = acquire_cred(clients[i], user, password, 1, &hCred); in main() [all …]
|
H A D | gssmask.c | 304 int32_t hContext, hCred, flags; in HandleOP() local 317 ret32(c, hCred); in HandleOP() 329 creds = find_handle(c->handles, hCred, handle_cred); in HandleOP()
|