/reactos/ntoskrnl/se/ |
H A D | tokenlif.c | 104 _In_ PLUID AuthenticationId, in SepCreateToken() argument 237 AccessToken->AuthenticationId = *AuthenticationId; in SepCreateToken() 238 Status = SepRmReferenceLogonSession(&AccessToken->AuthenticationId); in SepCreateToken() 539 AccessToken->AuthenticationId = Token->AuthenticationId; in SepDuplicateToken() 554 Status = SepRmReferenceLogonSession(&AccessToken->AuthenticationId); in SepDuplicateToken() 983 AccessToken->AuthenticationId = Token->AuthenticationId; 995 Status = SepRmReferenceLogonSession(&AccessToken->AuthenticationId); 1563 _In_ PLUID AuthenticationId, in NtCreateToken() argument 1609 ProbeForRead(AuthenticationId, in NtCreateToken() 1612 LocalAuthenticationId = *AuthenticationId; in NtCreateToken() [all …]
|
H A D | tokencls.c | 396 ts->AuthenticationId = Token->AuthenticationId; 852 ts->AuthenticationId = Token->AuthenticationId; in NtQueryInformationToken() 889 to->OriginatingLogonSession = Token->AuthenticationId; in NtQueryInformationToken() 968 GroupsAndPrivs->AuthenticationId = Token->AuthenticationId; in NtQueryInformationToken() 1558 SepRmDereferenceLogonSession(&Token->AuthenticationId); in NtSetInformationToken()
|
H A D | token.c | 1500 ProcessAuthId = ProcessToken->AuthenticationId; in SeIsTokenSibling() 1507 CallerAuthId = Token->AuthenticationId; in SeIsTokenSibling() 1627 SepRmDereferenceLogonSession(&AccessToken->AuthenticationId); in SepDeleteToken() 1728 TokenControl->AuthenticationId = Token->AuthenticationId; in SeGetTokenControlInformation() 2042 *LogonId = ((PTOKEN)Token)->AuthenticationId; in SeQueryAuthenticationIdToken() 2234 if (RtlEqualLuid(&TokenToImpersonate->AuthenticationId, in SeTokenCanImpersonate() 2262 if (!RtlEqualLuid(&ProcessToken->AuthenticationId, in SeTokenCanImpersonate()
|
H A D | srm.c | 389 if (RtlEqualLuid(&LogonSession->LogonId, &Token->AuthenticationId)) in SepRmInsertLogonSessionIntoToken() 469 if (RtlEqualLuid(&LogonSession->LogonId, &Token->AuthenticationId)) in SepRmRemoveLogonSessionFromToken()
|
/reactos/modules/rostests/apitests/advapi32/ |
H A D | DuplicateTokenEx.c | 49 ok_luid_equal(&TokenDupStats.AuthenticationId, &ProcessTokenStats.AuthenticationId); in START_TEST()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellreg.c | 166 Stats.AuthenticationId.HighPart, Stats.AuthenticationId.LowPart); in SHCreateSessionKey()
|
/reactos/dll/win32/authz/ |
H A D | resman.c | 85 ResMan->AuthenticationId = Statistics.AuthenticationId; in AuthzpQueryToken()
|
H A D | precomp.h | 43 LUID AuthenticationId; member
|
/reactos/sdk/include/ndk/ |
H A D | setypes.h | 78 LUID AuthenticationId; member 219 LUID AuthenticationId; /* 0x18 */ member
|
H A D | sefuncs.h | 207 _In_ PLUID AuthenticationId, 392 _In_ PLUID AuthenticationId,
|
H A D | ifssupp.h | 180 LUID AuthenticationId; member
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtQueryInformationToken.c | 480 …race("Authentication ID: %lu %lu\n", Statistics->AuthenticationId.LowPart, Statistics->Authenticat… in QueryTokenStatisticsTests() 571 …Authentication ID: %lu %lu\n", PrivsAndGroups->AuthenticationId.LowPart, PrivsAndGroups->Authentic… in QueryTokenPrivilegesAndGroupsTests()
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 1049 LUID AuthenticationId; member 1087 LUID AuthenticationId; member 1101 LUID AuthenticationId; member 1171 LUID AuthenticationId; member
|
H A D | sefuncs.h | 179 _Out_ PLUID AuthenticationId);
|
/reactos/modules/rosapps/drivers/vfd/ |
H A D | imports.h | 284 LUID AuthenticationId; member
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GetUserObjectInformation.c | 188 Statistics.AuthenticationId.HighPart, in TestGetUserObjectInfoW() 189 Statistics.AuthenticationId.LowPart); in TestGetUserObjectInfoW()
|
/reactos/modules/rostests/tests/tokentest/ |
H A D | tokentest.c | 102 IN PLUID AuthenticationId,
|
/reactos/subsystems/csr/csrsrv/ |
H A D | procsup.c | 906 *Luid = TokenStats->AuthenticationId; in CsrGetProcessLuid()
|
/reactos/subsystems/win/basesrv/ |
H A D | dosdev.c | 82 RtlCopyLuid(CallerLuid, &TokenInformation.AuthenticationId); in GetCallerLuid()
|
/reactos/ntoskrnl/include/internal/ |
H A D | se.h | 368 _In_ PLUID AuthenticationId,
|
/reactos/dll/win32/msgina/ |
H A D | msgina.c | 869 *pgContext->pAuthenticationId = Stats.AuthenticationId; in CreateProfile()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 3061 TEST_FIELD_SIZE (TOKEN_STATISTICS, AuthenticationId, 8) in test_pack_TOKEN_STATISTICS() 3062 TEST_FIELD_ALIGN (TOKEN_STATISTICS, AuthenticationId, 4) in test_pack_TOKEN_STATISTICS() 3063 TEST_FIELD_OFFSET(TOKEN_STATISTICS, AuthenticationId, 8) in test_pack_TOKEN_STATISTICS() 6478 TEST_FIELD_SIZE (TOKEN_STATISTICS, AuthenticationId, 8) in test_pack_TOKEN_STATISTICS() 6479 TEST_FIELD_ALIGN (TOKEN_STATISTICS, AuthenticationId, 4) in test_pack_TOKEN_STATISTICS() 6480 TEST_FIELD_OFFSET(TOKEN_STATISTICS, AuthenticationId, 8) in test_pack_TOKEN_STATISTICS()
|