Searched refs:SidLength1 (Results 1 – 1 of 1) sorted by relevance
/reactos/ntoskrnl/se/ |
H A D | sid.c | 118 ULONG SidLength1; in SepInitSecurityIDs() local 123 SidLength1 = RtlLengthRequiredSid(1); in SepInitSecurityIDs() 127 SeNullSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 128 SeWorldSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 129 SeLocalSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 135 SeDialupSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 136 SeNetworkSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 137 SeBatchSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 138 SeInteractiveSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() 139 SeServiceSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs() [all …]
|