Searched refs:ParentDescriptor (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_se/ |
H A D | SeInheritance.c | 27 SECURITY_DESCRIPTOR ParentDescriptor; in TestSeAssignSecurity() local 148 Status = RtlCreateSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 159 Status = RtlSetDaclSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 193 Status = RtlSetDaclSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 242 Status = RtlSetDaclSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 278 Status = RtlSetDaclSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 644 Status = RtlSetDaclSecurityDescriptor(&ParentDescriptor, in TestSeAssignSecurity() 668 TestAssignExpectDefault(&ParentDescriptor, NULL, TRUE) in TestSeAssignSecurity() 696 TestAssignExpectDefault(&ParentDescriptor, NULL, TRUE) in TestSeAssignSecurity() 728 TestAssignExpectDefault(&ParentDescriptor, NULL, TRUE) in TestSeAssignSecurity() [all …]
|
/reactos/sdk/lib/rtl/ |
H A D | security.c | 204 RtlpNewSecurityObject(IN PSECURITY_DESCRIPTOR ParentDescriptor, in RtlpNewSecurityObject() argument 423 RtlNewSecurityObject(IN PSECURITY_DESCRIPTOR ParentDescriptor, in RtlNewSecurityObject() argument 430 DPRINT1("RtlNewSecurityObject(%p)\n", ParentDescriptor); in RtlNewSecurityObject() 433 return RtlpNewSecurityObject(ParentDescriptor, in RtlNewSecurityObject() 449 RtlNewSecurityObjectEx(IN PSECURITY_DESCRIPTOR ParentDescriptor, in RtlNewSecurityObjectEx() argument 458 DPRINT1("RtlNewSecurityObjectEx(%p)\n", ParentDescriptor); in RtlNewSecurityObjectEx() 461 return RtlpNewSecurityObject(ParentDescriptor, in RtlNewSecurityObjectEx() 490 return RtlpNewSecurityObject(ParentDescriptor, in RtlNewSecurityObjectWithMultipleInheritance() 520 DPRINT1("RtlNewInstanceSecurityObject(%p)\n", ParentDescriptor); in RtlNewInstanceSecurityObject() 546 return RtlNewSecurityObject(ParentDescriptor, in RtlNewInstanceSecurityObject() [all …]
|
/reactos/ntoskrnl/se/ |
H A D | sd.c | 1292 PISECURITY_DESCRIPTOR ParentDescriptor = _ParentDescriptor; in _IRQL_requires_max_() local 1353 if (!ARGUMENT_PRESENT(ParentDescriptor)) in _IRQL_requires_max_() 1385 if (!ARGUMENT_PRESENT(ParentDescriptor)) in _IRQL_requires_max_() 1426 if (ParentDescriptor != NULL && in _IRQL_requires_max_() 1427 (ParentDescriptor->Control & SE_DACL_PRESENT)) in _IRQL_requires_max_() 1429 ParentAcl = SepGetDaclFromDescriptor(ParentDescriptor); in _IRQL_requires_max_() 1461 if (ParentDescriptor != NULL && in _IRQL_requires_max_() 1462 (ParentDescriptor->Control & SE_SACL_PRESENT)) in _IRQL_requires_max_() 1464 ParentAcl = SepGetSaclFromDescriptor(ParentDescriptor); in _IRQL_requires_max_() 1602 _In_opt_ PSECURITY_DESCRIPTOR ParentDescriptor, in _IRQL_requires_max_() [all …]
|
/reactos/dll/win32/advapi32/sec/ |
H A D | misc.c | 1340 CreatePrivateObjectSecurity(PSECURITY_DESCRIPTOR ParentDescriptor, in CreatePrivateObjectSecurity() argument 1349 Status = RtlNewSecurityObject(ParentDescriptor, in CreatePrivateObjectSecurity() 1370 CreatePrivateObjectSecurityEx(PSECURITY_DESCRIPTOR ParentDescriptor, in CreatePrivateObjectSecurityEx() argument 1389 CreatePrivateObjectSecurityWithMultipleInheritance(PSECURITY_DESCRIPTOR ParentDescriptor, in CreatePrivateObjectSecurityWithMultipleInheritance() argument 1400 …return CreatePrivateObjectSecurity(ParentDescriptor, CreatorDescriptor, NewDescriptor, IsContainer… in CreatePrivateObjectSecurityWithMultipleInheritance()
|
H A D | sec.c | 419 ConvertToAutoInheritPrivateObjectSecurity(IN PSECURITY_DESCRIPTOR ParentDescriptor, in ConvertToAutoInheritPrivateObjectSecurity() argument
|
/reactos/sdk/include/xdk/ |
H A D | sefuncs.h | 28 _In_opt_ PSECURITY_DESCRIPTOR ParentDescriptor, 40 _In_opt_ PSECURITY_DESCRIPTOR ParentDescriptor,
|
/reactos/ntoskrnl/ob/ |
H A D | obhandle.c | 2947 PSECURITY_DESCRIPTOR ParentDescriptor = NULL; in ObInsertObject() local 3160 &ParentDescriptor, in ObInsertObject() 3166 ParentDescriptor, in ObInsertObject() 3171 if (ParentDescriptor) in ObInsertObject() 3174 ObReleaseObjectSecurity(ParentDescriptor, SdAllocated); in ObInsertObject()
|
/reactos/ntoskrnl/config/ |
H A D | cmparse.c | 206 IN PSECURITY_DESCRIPTOR ParentDescriptor OPTIONAL, in CmpDoCreateChild() 361 Status = SeAssignSecurity(ParentDescriptor, in CmpDoCreateChild()
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 1756 _In_ PSECURITY_DESCRIPTOR ParentDescriptor,
|