Home
last modified time | relevance | path

Searched refs:SecurityIdentification (Results 1 – 20 of 20) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A DNtCompareTokens.c36 Success = DuplicateToken(Token, SecurityIdentification, &ReturnedToken); in GetDuplicateToken()
H A DNtAcceptConnectPort.c145 SecurityQos.ImpersonationLevel = SecurityIdentification; in ClientThread()
/reactos/dll/win32/secur32/
H A Dlsalpc.c69 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsapOpenLsaPort()
170 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsaConnectUntrusted()
/reactos/base/applications/utilman/umandlg/
H A Dprocess.c143 …bSuccess = DuplicateTokenEx(hUserToken, TOKEN_ALL_ACCESS, NULL, SecurityIdentification, TokenPrima… in LaunchProcess()
/reactos/ntoskrnl/se/
H A Dclient.c90 (ImpersonationLevel == SecurityIdentification) || in SepCreateClientSecurity()
H A Daudit.c686 if (SubjectContext.ImpersonationLevel < SecurityIdentification) in SepAccessCheckAndAuditAlarm()
1677 (ClientToken->ImpersonationLevel < SecurityIdentification)) in NtOpenObjectAuditAlarm()
1922 (ClientToken->ImpersonationLevel < SecurityIdentification)) in NtPrivilegedServiceAuditAlarm()
H A Dpriv.c942 Token->ImpersonationLevel < SecurityIdentification) in NtPrivilegeCheck()
H A Daccesschk.c1710 if (Token->ImpersonationLevel < SecurityIdentification) in SepAccessCheck()
H A Dtoken.c2219 if (ImpersonationLevel < SecurityIdentification) in SeTokenCanImpersonate()
/reactos/sdk/lib/smlib/
H A Dsmclient.c70 SecurityQos.ImpersonationLevel = SecurityIdentification; in SmConnectToSm()
/reactos/ntoskrnl/ps/
H A Dsecurity.c700 SecurityIdentification, in PsImpersonateClient()
716 ImpersonationLevel = SecurityIdentification; in PsImpersonateClient()
/reactos/dll/win32/lsasrv/
H A Dsrm.c210 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsapRmInitializeServer()
/reactos/sdk/lib/lsalib/
H A Dlsa.c310 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsaRegisterLogonProcess()
/reactos/base/system/smss/
H A Dsmloop.c288 SecurityQos.ImpersonationLevel = SecurityIdentification; in SmpHandleConnectionRequest()
/reactos/ntoskrnl/io/iomgr/
H A Derror.c121 SecurityQos.ImpersonationLevel = SecurityIdentification; in IopConnectLogPort()
/reactos/sdk/include/xdk/
H A Dsetypes.h93 SecurityIdentification, enumerator
/reactos/sdk/include/reactos/idl/
H A Dlsa.idl56 SecurityIdentification,
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c1030 rc = ImpersonateSelf(SecurityIdentification); in test_FileSecurity()
3219 ret = DuplicateToken(Token, SecurityIdentification, &Token2); in test_impersonation_level()
3252 ret = ImpersonateSelf(SecurityIdentification); in test_impersonation_level()
/reactos/sdk/include/psdk/
H A Dwinbase.h567 #define SECURITY_IDENTIFICATION (SecurityIdentification<<16)
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c2971 sec_qos.ImpersonationLevel = SecurityIdentification;