Searched refs:hCred (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c65 int32_t *hContext, int32_t *hCred,
74 put32(client, *hCred);
110 int32_t *hCred)
118 ret32(client, *hCred);
124 int32_t hCred)
128 put32(client, hCred);
315 int32_t flags, int32_t hCred,
337 val = init_sec_context(ipeer, &ic, &hCred, flags|first_call,
814 int32_t hCred, val; local
816 val = acquire_cred(clients[i], user, password, 1, &hCred);
64 init_sec_context(struct client *client, int32_t *hContext, int32_t *hCred, int32_t flags, const char *targetname, const krb5_data *itoken, krb5_data *otoken) argument
106 acquire_cred(struct client *client, const char *username, const char *password, int32_t flags, int32_t *hCred) argument
123 toast_resource(struct client *client, int32_t hCred) argument
314 build_context(struct client *ipeer, struct client *apeer, int32_t flags, int32_t hCred, int32_t *iContext, int32_t *aContext, int32_t *hDelegCred) argument
834 int32_t hCred, val, delegCred; local
893 int32_t hCred, val, delegCred = 0; local
[all...]
H A Dgssmask.c304 int32_t hContext, hCred, flags; local
317 ret32(c, hCred);
329 creds = find_handle(c->handles, hCred, handle_cred);

Completed in 114 milliseconds