Home
last modified time | relevance | path

Searched refs:GroupSid (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/se/
H A Ddebug.c222 PSID OwnerSid, GroupSid; in SepDumpSdDebugInfo() local
235 GroupSid = SepGetGroupFromDescriptor(SecurityDescriptor); in SepDumpSdDebugInfo()
254 if (GroupSid) in SepDumpSdDebugInfo()
256 RtlConvertSidToUnicodeString(&SidString, GroupSid, TRUE); in SepDumpSdDebugInfo()
/reactos/sdk/lib/rtl/
H A Dsecurity.c397 IN PSID GroupSid OPTIONAL, in RtlCreateAndSetSD()
562 IN PSID GroupSid, in RtlCreateUserSecurityObject() argument
576 GroupSid, in RtlCreateUserSecurityObject()