Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ob/
H A Dobsdcach.c151 ObpCompareSecurityDescriptors(IN PSECURITY_DESCRIPTOR Sd1, in ObpCompareSecurityDescriptors() argument
156 ASSERT(Length1 == RtlLengthSecurityDescriptor(Sd1)); in ObpCompareSecurityDescriptors()
165 return RtlEqualMemory(Sd1, Sd2, Length1); in ObpCompareSecurityDescriptors()