Home
last modified time | relevance | path

Searched refs:ImpersonateSecurityContext (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/win32/security/
H A Dsecurity.spec18 @ stdcall ImpersonateSecurityContext(ptr) SECUR32.ImpersonateSecurityContext
/reactos/dll/win32/secur32/
H A Dsspi.c71 ImpersonateSecurityContext,
102 ImpersonateSecurityContext,
252 fnTableA->ImpersonateSecurityContext = in _makeFnTableA()
253 inFnTableW->ImpersonateSecurityContext; in _makeFnTableA()
323 fnTableW->ImpersonateSecurityContext = in _makeFnTableW()
324 inFnTableA->ImpersonateSecurityContext; in _makeFnTableW()
H A Dsecur32.spec27 @ stdcall ImpersonateSecurityContext(ptr)
H A Dwrapper.c565 SECURITY_STATUS WINAPI ImpersonateSecurityContext(PCtxtHandle phContext) in ImpersonateSecurityContext() function
577 if (package->provider->fnTableW.ImpersonateSecurityContext) in ImpersonateSecurityContext()
578 ret = package->provider->fnTableW.ImpersonateSecurityContext( in ImpersonateSecurityContext()
/reactos/drivers/crypto/ksecdd/
H A Dksecdd.spec16 @ stdcall ImpersonateSecurityContext(ptr)
H A Dstubs.c178 ImpersonateSecurityContext( in ImpersonateSecurityContext() function
/reactos/dll/win32/schannel/
H A Dschannel.spec13 @ stdcall ImpersonateSecurityContext(ptr) schan_ImpersonateSecurityContext
/reactos/sdk/include/psdk/
H A Dsspi.h769 ImpersonateSecurityContext(
967 IMPERSONATE_SECURITY_CONTEXT_FN ImpersonateSecurityContext; member
1002 IMPERSONATE_SECURITY_CONTEXT_FN ImpersonateSecurityContext; member
/reactos/sdk/include/xdk/
H A Dsspi.h877 ImpersonateSecurityContext(
1284 IMPERSONATE_SECURITY_CONTEXT_FN ImpersonateSecurityContext; member
/reactos/dll/win32/rpcrt4/
H A Drpc_message.c1139 sec_status = ImpersonateSecurityContext(&conn->ctx); in RPCRT4_default_impersonate_client()