Home
last modified time | relevance | path

Searched refs:CapturedSecurityDescriptor (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/se/
H A Daudit.c639 PSECURITY_DESCRIPTOR CapturedSecurityDescriptor; in SepAccessCheckAndAuditAlarm() local
656 CapturedSecurityDescriptor = NULL; in SepAccessCheckAndAuditAlarm()
794 &CapturedSecurityDescriptor); in SepAccessCheckAndAuditAlarm()
802 if ((SepGetOwnerFromDescriptor(CapturedSecurityDescriptor) == NULL) || in SepAccessCheckAndAuditAlarm()
803 (SepGetGroupFromDescriptor(CapturedSecurityDescriptor) == NULL)) in SepAccessCheckAndAuditAlarm()
925 if (CapturedSecurityDescriptor != NULL) in SepAccessCheckAndAuditAlarm()
1637 PSECURITY_DESCRIPTOR CapturedSecurityDescriptor; in NtOpenObjectAuditAlarm() local
1652 CapturedSecurityDescriptor = NULL; in NtOpenObjectAuditAlarm()
1705 &CapturedSecurityDescriptor); in NtOpenObjectAuditAlarm()
1801 CapturedSecurityDescriptor, in NtOpenObjectAuditAlarm()
[all …]
H A Daccesschk.c1606 PSECURITY_DESCRIPTOR CapturedSecurityDescriptor = NULL; in SepAccessCheck() local
1813 &CapturedSecurityDescriptor); in SepAccessCheck()
1823 if (CapturedSecurityDescriptor == NULL) in SepAccessCheck()
1832 if (SepGetOwnerFromDescriptor(CapturedSecurityDescriptor) == NULL || in SepAccessCheck()
1833 SepGetGroupFromDescriptor(CapturedSecurityDescriptor) == NULL) in SepAccessCheck()
1836 SeReleaseSecurityDescriptor(CapturedSecurityDescriptor, in SepAccessCheck()
1855 SeReleaseSecurityDescriptor(CapturedSecurityDescriptor, in SepAccessCheck()
1873 if (SepTokenIsOwner(Token, CapturedSecurityDescriptor, FALSE)) in SepAccessCheck()
1907 SepAccessCheckWorker(CapturedSecurityDescriptor, in SepAccessCheck()
1933 SeReleaseSecurityDescriptor(CapturedSecurityDescriptor, in SepAccessCheck()
H A Dsd.c391 _Out_ PSECURITY_DESCRIPTOR *CapturedSecurityDescriptor) in SeCaptureSecurityDescriptor() argument
405 *CapturedSecurityDescriptor = NULL; in SeCaptureSecurityDescriptor()
418 *CapturedSecurityDescriptor = _OriginalSecurityDescriptor; in SeCaptureSecurityDescriptor()
565 *CapturedSecurityDescriptor = NewDescriptor; in SeCaptureSecurityDescriptor()
761 _In_ PSECURITY_DESCRIPTOR CapturedSecurityDescriptor, in SeReleaseSecurityDescriptor() argument
772 if (CapturedSecurityDescriptor != NULL && in SeReleaseSecurityDescriptor()
777 ExFreePoolWithTag(CapturedSecurityDescriptor, TAG_SD); in SeReleaseSecurityDescriptor()
/reactos/sdk/include/ndk/
H A Dsefuncs.h41 _Out_ PSECURITY_DESCRIPTOR *CapturedSecurityDescriptor);
47 _In_ PSECURITY_DESCRIPTOR CapturedSecurityDescriptor,