Home
last modified time | relevance | path

Searched refs:PSID_IDENTIFIER_AUTHORITY (Results 1 – 17 of 17) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dsid.c69 IN PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, in RtlInitializeSid()
116 PSID_IDENTIFIER_AUTHORITY
290 RtlAllocateAndInitializeSid(IN PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, in RtlAllocateAndInitializeSid()
/reactos/drivers/filesystems/udfs/
H A Dntifs_ex.h179 IN PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
224 IN PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
/reactos/sdk/include/ndk/
H A Difssupp.h163 } SID_IDENTIFIER_AUTHORITY, *PSID_IDENTIFIER_AUTHORITY; typedef
H A Drtlfuncs.h1293 _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
1510 PSID_IDENTIFIER_AUTHORITY
1525 _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DSecurityDescriptor.cpp35 PSID_IDENTIFIER_AUTHORITY psia; in GetTextualSid()
/reactos/base/services/svchost/
H A Dglobals.c238 _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, in ScAllocateAndInitializeSid()
/reactos/dll/cpl/usrmgr/
H A Dgroupprops.c22 PSID_IDENTIFIER_AUTHORITY psia; in GetTextSid()
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c2563 TEST_TYPE_SIZE (PSID_IDENTIFIER_AUTHORITY, 8) in test_pack_PSID_IDENTIFIER_AUTHORITY()
2564 TEST_TYPE_ALIGN (PSID_IDENTIFIER_AUTHORITY, 8) in test_pack_PSID_IDENTIFIER_AUTHORITY()
2565 TEST_TARGET_SIZE (PSID_IDENTIFIER_AUTHORITY, 6) in test_pack_PSID_IDENTIFIER_AUTHORITY()
2566 TEST_TARGET_ALIGN(PSID_IDENTIFIER_AUTHORITY, 1) in test_pack_PSID_IDENTIFIER_AUTHORITY()
5980 TEST_TYPE_SIZE (PSID_IDENTIFIER_AUTHORITY, 4) in test_pack_PSID_IDENTIFIER_AUTHORITY()
5981 TEST_TYPE_ALIGN (PSID_IDENTIFIER_AUTHORITY, 4) in test_pack_PSID_IDENTIFIER_AUTHORITY()
5982 TEST_TARGET_SIZE (PSID_IDENTIFIER_AUTHORITY, 6) in test_pack_PSID_IDENTIFIER_AUTHORITY()
5983 TEST_TARGET_ALIGN(PSID_IDENTIFIER_AUTHORITY, 1) in test_pack_PSID_IDENTIFIER_AUTHORITY()
H A Drtl.c90 static NTSTATUS (WINAPI *pRtlAllocateAndInitializeSid)(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,…
/reactos/sdk/include/xdk/
H A Dsetypes.h464 } SID_IDENTIFIER_AUTHORITY,*PSID_IDENTIFIER_AUTHORITY,*LPSID_IDENTIFIER_AUTHORITY; typedef
H A Drtlfuncs.h1792 _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
1810 _In_ PSID_IDENTIFIER_AUTHORITY IdentifierAuthority,
2335 PSID_IDENTIFIER_AUTHORITY
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c674 AllocateAndInitializeSid( PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority, in AllocateAndInitializeSid()
863 PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority, in InitializeSid()
883 PSID_IDENTIFIER_AUTHORITY
/reactos/sdk/include/psdk/
H A Dwtypes.idl116 } SID_IDENTIFIER_AUTHORITY, *PSID_IDENTIFIER_AUTHORITY;
H A Dwinbase.h1618 BOOL WINAPI AllocateAndInitializeSid(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DWORD,DWORD,DWORD,D…
2440 PSID_IDENTIFIER_AUTHORITY WINAPI GetSidIdentifierAuthority(PSID);
2667 BOOL WINAPI InitializeSid (PSID,PSID_IDENTIFIER_AUTHORITY,BYTE);
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2626 NTSYSAPI NTSTATUS WINAPI RtlAllocateAndInitializeSid(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DW…
2764 NTSYSAPI PSID_IDENTIFIER_AUTHORITY WINAPI RtlIdentifierAuthoritySid(PSID);
2783 NTSYSAPI BOOL WINAPI RtlInitializeSid(PSID,PSID_IDENTIFIER_AUTHORITY,BYTE);
/reactos/dll/win32/lsasrv/
H A Dlookup.c90 LsapCreateSid(PSID_IDENTIFIER_AUTHORITY IdentifierAuthority, in LsapCreateSid()
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c140 static PSID_IDENTIFIER_AUTHORITY (WINAPI *pGetSidIdentifierAuthority)(PSID);
7104 PSID_IDENTIFIER_AUTHORITY id; in test_GetSidIdentifierAuthority()