Home
last modified time | relevance | path

Searched refs:hContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c304 int32_t hContext, hCred, flags; in HandleOP() local
316 ret32(c, hContext); in HandleOP()
326 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
328 hContext = 0; in HandleOP()
381 if (hContext != 0) in HandleOP()
382 del_handle(&c->handles, hContext); in HandleOP()
391 new_context_id = hContext; in HandleOP()
422 int32_t hContext, deleg_hcred, flags; in HandleOP() local
432 ret32(c, hContext); in HandleOP()
436 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
[all …]
H A Dgssmaestro.c65 int32_t *hContext, int32_t *hCred, in init_sec_context() argument
73 put32(client, *hContext); in init_sec_context()
78 ret32(client, *hContext); in init_sec_context()
86 int32_t *hContext, in accept_sec_context() argument
95 put32(client, *hContext); in accept_sec_context()
98 ret32(client, *hContext); in accept_sec_context()
150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, in encrypt_token() argument
155 put32(client, hContext); in encrypt_token()
165 decrypt_token(struct client *client, int32_t hContext, int flags, in decrypt_token() argument
170 put32(client, hContext); in decrypt_token()
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dpcsc.c54 __wrap_SCardListReaders(SCARDCONTEXT hContext, LPCSTR mszGroups, in __wrap_SCardListReaders() argument
57 assert(hContext == 1); in __wrap_SCardListReaders()
75 __wrap_SCardReleaseContext(SCARDCONTEXT hContext) in __wrap_SCardReleaseContext() argument
77 assert(hContext == 1); in __wrap_SCardReleaseContext()
83 __wrap_SCardConnect(SCARDCONTEXT hContext, LPCSTR szReader, DWORD dwShareMode, in __wrap_SCardConnect() argument
88 assert(hContext == 1); in __wrap_SCardConnect()
/freebsd/contrib/wpa/src/utils/
H A Dpcsc_funcs.c146 static long (*dll_SCardReleaseContext)(long hContext);
150 (*dll_SCardListReadersA)(IN SCARDCONTEXT hContext,
158 (*dll_SCardConnectA)(IN SCARDCONTEXT hContext,