Home
last modified time | relevance | path

Searched refs:SECURITY_NULL_SID_AUTHORITY (Results 1 – 8 of 8) sorted by relevance

/reactos/base/services/svchost/
H A Dglobals.c24 { &NullSid, { SECURITY_NULL_SID_AUTHORITY }, SECURITY_NULL_RID },
/reactos/base/system/services/
H A Dsecurity.c57 SID_IDENTIFIER_AUTHORITY NullAuthority = {SECURITY_NULL_SID_AUTHORITY}; in ScmCreateSids()
/reactos/dll/win32/lsasrv/
H A Ddatabase.c17 SID_IDENTIFIER_AUTHORITY NullSidAuthority = {SECURITY_NULL_SID_AUTHORITY};
/reactos/ntoskrnl/se/
H A Dsid.c18 SID_IDENTIFIER_AUTHORITY SeNullSidAuthority = {SECURITY_NULL_SID_AUTHORITY};
/reactos/sdk/include/xdk/
H A Dsetypes.h524 #define SECURITY_NULL_SID_AUTHORITY {0,0,0,0,0,0} macro
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c47 …{ {0,0}, WinNullSid, { SID_REVISION, 1, { SECURITY_NULL_SID_AUTHORITY }, { SECURITY_NULL_RID } } },
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c692 { {SECURITY_NULL_SID_AUTHORITY}, 0, 0 }, in test_GetShellSecurityDescriptor()
/reactos/dll/win32/shlwapi/
H A Dordinal.c5081 static SHELL_USER_SID null_sid = {{SECURITY_NULL_SID_AUTHORITY}, 0, 0}; in GetShellSecurityDescriptor()