Home
last modified time | relevance | path

Searched refs:AuthenticationId (Results 1 – 22 of 22) sorted by relevance

/reactos/ntoskrnl/se/
H A Dtokenlif.c104 _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 Dtokencls.c396 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 Dtoken.c1500 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 Dsrm.c389 if (RtlEqualLuid(&LogonSession->LogonId, &Token->AuthenticationId)) in SepRmInsertLogonSessionIntoToken()
469 if (RtlEqualLuid(&LogonSession->LogonId, &Token->AuthenticationId)) in SepRmRemoveLogonSessionFromToken()
/reactos/modules/rostests/apitests/advapi32/
H A DDuplicateTokenEx.c49 ok_luid_equal(&TokenDupStats.AuthenticationId, &ProcessTokenStats.AuthenticationId); in START_TEST()
/reactos/dll/win32/shell32/wine/
H A Dshellreg.c166 Stats.AuthenticationId.HighPart, Stats.AuthenticationId.LowPart); in SHCreateSessionKey()
/reactos/dll/win32/authz/
H A Dresman.c85 ResMan->AuthenticationId = Statistics.AuthenticationId; in AuthzpQueryToken()
H A Dprecomp.h43 LUID AuthenticationId; member
/reactos/sdk/include/ndk/
H A Dsetypes.h78 LUID AuthenticationId; member
219 LUID AuthenticationId; /* 0x18 */ member
H A Dsefuncs.h207 _In_ PLUID AuthenticationId,
392 _In_ PLUID AuthenticationId,
H A Difssupp.h180 LUID AuthenticationId; member
/reactos/modules/rostests/apitests/ntdll/
H A DNtQueryInformationToken.c480 …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 Dsetypes.h1049 LUID AuthenticationId; member
1087 LUID AuthenticationId; member
1101 LUID AuthenticationId; member
1171 LUID AuthenticationId; member
H A Dsefuncs.h179 _Out_ PLUID AuthenticationId);
/reactos/modules/rosapps/drivers/vfd/
H A Dimports.h284 LUID AuthenticationId; member
/reactos/modules/rostests/apitests/user32/
H A DGetUserObjectInformation.c188 Statistics.AuthenticationId.HighPart, in TestGetUserObjectInfoW()
189 Statistics.AuthenticationId.LowPart); in TestGetUserObjectInfoW()
/reactos/modules/rostests/tests/tokentest/
H A Dtokentest.c102 IN PLUID AuthenticationId,
/reactos/subsystems/csr/csrsrv/
H A Dprocsup.c906 *Luid = TokenStats->AuthenticationId; in CsrGetProcessLuid()
/reactos/subsystems/win/basesrv/
H A Ddosdev.c82 RtlCopyLuid(CallerLuid, &TokenInformation.AuthenticationId); in GetCallerLuid()
/reactos/ntoskrnl/include/internal/
H A Dse.h368 _In_ PLUID AuthenticationId,
/reactos/dll/win32/msgina/
H A Dmsgina.c869 *pgContext->pAuthenticationId = Stats.AuthenticationId; in CreateProfile()
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c3061 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()