Searched refs:SECURITY_NULL_SID_AUTHORITY (Results 1 – 8 of 8) sorted by relevance
/reactos/base/services/svchost/ |
H A D | globals.c | 24 { &NullSid, { SECURITY_NULL_SID_AUTHORITY }, SECURITY_NULL_RID },
|
/reactos/base/system/services/ |
H A D | security.c | 57 SID_IDENTIFIER_AUTHORITY NullAuthority = {SECURITY_NULL_SID_AUTHORITY}; in ScmCreateSids()
|
/reactos/dll/win32/lsasrv/ |
H A D | database.c | 17 SID_IDENTIFIER_AUTHORITY NullSidAuthority = {SECURITY_NULL_SID_AUTHORITY};
|
/reactos/ntoskrnl/se/ |
H A D | sid.c | 18 SID_IDENTIFIER_AUTHORITY SeNullSidAuthority = {SECURITY_NULL_SID_AUTHORITY};
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 524 #define SECURITY_NULL_SID_AUTHORITY {0,0,0,0,0,0} macro
|
/reactos/dll/win32/advapi32/wine/ |
H A D | security.c | 47 …{ {0,0}, WinNullSid, { SID_REVISION, 1, { SECURITY_NULL_SID_AUTHORITY }, { SECURITY_NULL_RID } } },
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 692 { {SECURITY_NULL_SID_AUTHORITY}, 0, 0 }, in test_GetShellSecurityDescriptor()
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 5081 static SHELL_USER_SID null_sid = {{SECURITY_NULL_SID_AUTHORITY}, 0, 0}; in GetShellSecurityDescriptor()
|