Home
last modified time | relevance | path

Searched refs:RtlLengthRequiredSid (Results 1 – 21 of 21) sorted by relevance

/reactos/ntoskrnl/se/
H A Dsid.c122 SidLength0 = RtlLengthRequiredSid(0); in SepInitSecurityIDs()
123 SidLength1 = RtlLengthRequiredSid(1); in SepInitSecurityIDs()
124 SidLength2 = RtlLengthRequiredSid(2); in SepInitSecurityIDs()
331 SidSize = RtlLengthRequiredSid(Sid->SubAuthorityCount); in SepCaptureSid()
366 SidSize = RtlLengthRequiredSid(Sid->SubAuthorityCount); in SepCaptureSid()
779 SidLength = RtlLengthRequiredSid(ValidateArray[i].SubAuthorityCount); in SeCaptureSidAndAttributesArray()
800 SidLength = RtlLengthRequiredSid(Sid->SubAuthorityCount); in SeCaptureSidAndAttributesArray()
857 SidLength = RtlLengthRequiredSid(ValidateArray[i].SubAuthorityCount); in SeCaptureSidAndAttributesArray()
919 SidLength = RtlLengthRequiredSid(Sid->SubAuthorityCount); in SeCaptureSidAndAttributesArray()
H A Dsd.c307 Size = RtlLengthRequiredSid(*OutSAC); in DetermineSIDSize()
313 Size = RtlLengthRequiredSid(*OutSAC); in DetermineSIDSize()
/reactos/sdk/lib/rtl/
H A Dsecurity.c258 ASSERT(RtlLengthRequiredSid(2) == sizeof(SidBuffer)); in RtlDefaultNpAcl()
318 RtlLengthRequiredSid(1) + // LocalSystem in RtlDefaultNpAcl()
319 RtlLengthRequiredSid(2) + // Administrators in RtlDefaultNpAcl()
320 RtlLengthRequiredSid(1) + // Anonymous in RtlDefaultNpAcl()
321 RtlLengthRequiredSid(1) + // World in RtlDefaultNpAcl()
H A Dsid.c54 RtlLengthRequiredSid(IN ULONG SubAuthorityCount) in RtlLengthRequiredSid() function
309 pSid = RtlpAllocateMemory(RtlLengthRequiredSid(SubAuthorityCount), TAG_SID); in RtlAllocateAndInitializeSid()
/reactos/dll/win32/netapi32/
H A Dutils.c86 RtlLengthRequiredSid(1)); in GetBuiltinDomainSid()
192 DstSidSize = RtlLengthRequiredSid(RidCount + 1); in BuildSidFromSidAndRid()
/reactos/base/services/svchost/
H A Dglobals.c199 sidLength = RtlLengthRequiredSid(sidCount + 1); in ScDomainIdToSid()
247 RtlLengthRequiredSid(SubAuthorityCount)); in ScAllocateAndInitializeSid()
/reactos/base/system/services/
H A Dsecurity.c61 ULONG ulLength1 = RtlLengthRequiredSid(1); in ScmCreateSids()
62 ULONG ulLength2 = RtlLengthRequiredSid(2); in ScmCreateSids()
/reactos/ntoskrnl/config/
H A Dcmse.c35 SidLength = RtlLengthRequiredSid(1); in CmpHiveRootSecurityDescriptor()
39 SidLength = RtlLengthRequiredSid(2); in CmpHiveRootSecurityDescriptor()
/reactos/dll/win32/samsrv/
H A Dsetup.c930 pBuiltinSid = RtlAllocateHeap(RtlGetProcessHeap(), 0, RtlLengthRequiredSid(1)); in SampInitializeSAM()
942 pInteractiveSid = RtlAllocateHeap(RtlGetProcessHeap(), 0, RtlLengthRequiredSid(1)); in SampInitializeSAM()
954 pAuthenticatedUserSid = RtlAllocateHeap(RtlGetProcessHeap(), 0, RtlLengthRequiredSid(1)); in SampInitializeSAM()
/reactos/modules/rostests/kmtests/ntos_cm/
H A DCmSecurity.c126 RtlLengthRequiredSid(1), in START_TEST()
/reactos/drivers/filesystems/udfs/
H A Dntifs_ex.h125 RtlLengthRequiredSid (
/reactos/dll/win32/msv1_0/
H A Dsam.c445 Length = RtlLengthRequiredSid(0); in GetNtAuthorityDomainSid()
H A Dmsv1_0.c302 DstSid = DispatchTable.AllocateLsaHeap(RtlLengthRequiredSid(RidCount + 1)); in AppendRidToSid()
308 RtlLengthRequiredSid(RidCount)); in AppendRidToSid()
/reactos/dll/win32/lsasrv/
H A Dlookup.c119 RtlLengthRequiredSid(SubAuthorityCount)); in LsapCreateSid()
1063 DstSidSize = RtlLengthRequiredSid(RidCount + 1); in CreateSidFromSidAndRid()
1100 DstSidSize = RtlLengthRequiredSid(RidCount); in CreateDomainSidFromAccountSid()
1131 DstSidSize = RtlLengthRequiredSid(RidCount); in LsapCopySid()
H A Dauthpackage.c673 SidHeaderLength = RtlLengthRequiredSid(0); in LsapCopyLocalGroups()
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c854 return (DWORD)RtlLengthRequiredSid(nSubAuthorityCount); in GetSidLengthRequired()
/reactos/sdk/include/xdk/
H A Drtlfuncs.h1778 RtlLengthRequiredSid(
/reactos/ntoskrnl/
H A Dntoskrnl.spec1222 @ stdcall RtlLengthRequiredSid(long)
/reactos/sdk/include/ndk/
H A Drtlfuncs.h1532 RtlLengthRequiredSid(IN ULONG SubAuthorityCount);
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2796 NTSYSAPI DWORD WINAPI RtlLengthRequiredSid(DWORD);
/reactos/dll/ntdll/def/
H A Dntdll.spec1010 @ stdcall RtlLengthRequiredSid(long)