Lines Matching refs:hCred
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()
822 toast_resource(clients[i], hCred); in main()
834 int32_t hCred, val, delegCred; in main() local
844 val = acquire_cred(c, user, password, 1, &hCred); in main()
852 hCred, &clientC, &serverC, &delegCred); in main()
868 hCred, &clientC, &serverC, &delegCred); in main()
879 toast_resource(c, hCred); in main()
893 int32_t hCred, val, delegCred = 0; in main() local
901 val = acquire_cred(client, user, password, 1, &hCred); in main()
919 hCred, &clientC, &serverC, &delegCred); in main()
935 toast_resource(client, hCred); in main()
936 hCred = delegCred; in main()
939 if (hCred) in main()
940 toast_resource(client, hCred); in main()