Lines Matching refs:AclSize
32 ULONG AclSize; in TestSeAssignSecurity() local
223 …AclSize = sizeof(ACL) + FIELD_OFFSET(ACCESS_ALLOWED_ACE, SidStart) + RtlLengthSid(SeExports->SeWor… in TestSeAssignSecurity()
224 Acl = ExAllocatePoolWithTag(PagedPool, AclSize, 'ASmK'); in TestSeAssignSecurity()
228 Acl2 = ExAllocatePoolWithTag(PagedPool, AclSize, 'ASmK'); in TestSeAssignSecurity()
238 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
274 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
314 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
350 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
414 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
419 Status = RtlCreateAcl(Acl2, AclSize, ACL_REVISION); in TestSeAssignSecurity()
712 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
744 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
786 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()
818 Status = RtlCreateAcl(Acl, AclSize, ACL_REVISION); in TestSeAssignSecurity()