Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dutil.cxx309 extern "C" DWORD alloc_own_security_descriptor_NT(PSECURITY_DESCRIPTOR* ppsd) { in alloc_own_security_descriptor_NT() argument
318 *ppsd = 0; in alloc_own_security_descriptor_NT()
378 *ppsd = (PSECURITY_DESCRIPTOR) malloc_alloc_p(size); in alloc_own_security_descriptor_NT()
379 if (!*ppsd) status = GetLastError(); in alloc_own_security_descriptor_NT()
383 if (!MakeSelfRelativeSD(&sd, *ppsd, &size)) status = GetLastError(); in alloc_own_security_descriptor_NT()
390 if (status && *ppsd) free_alloc_p(ppsd); in alloc_own_security_descriptor_NT()
H A Dutil.h59 PSECURITY_DESCRIPTOR* ppsd