Searched refs:SecurityIdentification (Results 1 – 20 of 20) sorted by relevance
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtCompareTokens.c | 36 Success = DuplicateToken(Token, SecurityIdentification, &ReturnedToken); in GetDuplicateToken()
|
H A D | NtAcceptConnectPort.c | 145 SecurityQos.ImpersonationLevel = SecurityIdentification; in ClientThread()
|
/reactos/dll/win32/secur32/ |
H A D | lsalpc.c | 69 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsapOpenLsaPort() 170 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsaConnectUntrusted()
|
/reactos/base/applications/utilman/umandlg/ |
H A D | process.c | 143 …bSuccess = DuplicateTokenEx(hUserToken, TOKEN_ALL_ACCESS, NULL, SecurityIdentification, TokenPrima… in LaunchProcess()
|
/reactos/ntoskrnl/se/ |
H A D | client.c | 90 (ImpersonationLevel == SecurityIdentification) || in SepCreateClientSecurity()
|
H A D | audit.c | 686 if (SubjectContext.ImpersonationLevel < SecurityIdentification) in SepAccessCheckAndAuditAlarm() 1677 (ClientToken->ImpersonationLevel < SecurityIdentification)) in NtOpenObjectAuditAlarm() 1922 (ClientToken->ImpersonationLevel < SecurityIdentification)) in NtPrivilegedServiceAuditAlarm()
|
H A D | priv.c | 942 Token->ImpersonationLevel < SecurityIdentification) in NtPrivilegeCheck()
|
H A D | accesschk.c | 1710 if (Token->ImpersonationLevel < SecurityIdentification) in SepAccessCheck()
|
H A D | token.c | 2219 if (ImpersonationLevel < SecurityIdentification) in SeTokenCanImpersonate()
|
/reactos/sdk/lib/smlib/ |
H A D | smclient.c | 70 SecurityQos.ImpersonationLevel = SecurityIdentification; in SmConnectToSm()
|
/reactos/ntoskrnl/ps/ |
H A D | security.c | 700 SecurityIdentification, in PsImpersonateClient() 716 ImpersonationLevel = SecurityIdentification; in PsImpersonateClient()
|
/reactos/dll/win32/lsasrv/ |
H A D | srm.c | 210 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsapRmInitializeServer()
|
/reactos/sdk/lib/lsalib/ |
H A D | lsa.c | 310 SecurityQos.ImpersonationLevel = SecurityIdentification; in LsaRegisterLogonProcess()
|
/reactos/base/system/smss/ |
H A D | smloop.c | 288 SecurityQos.ImpersonationLevel = SecurityIdentification; in SmpHandleConnectionRequest()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | error.c | 121 SecurityQos.ImpersonationLevel = SecurityIdentification; in IopConnectLogPort()
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 93 SecurityIdentification, enumerator
|
/reactos/sdk/include/reactos/idl/ |
H A D | lsa.idl | 56 SecurityIdentification,
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 1030 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 D | winbase.h | 567 #define SECURITY_IDENTIFICATION (SecurityIdentification<<16)
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 2971 sec_qos.ImpersonationLevel = SecurityIdentification;
|