Searched defs:pAuthOutBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp212 tDataBufferPtr pAuthOutBuf = dsDataBufferAllocate(pDirRef, s_cBufferSize); local
213 if (pAuthOutBuf)
238 dsErr = dsDoDirNodeAuth(pAuthNodeRef, pAuthMethod, true, pAuthInBuf, pAuthOutBuf, NULL);
244 dsDataBufferDeAllocate(pDirRef, pAuthOutBuf);

Completed in 43 milliseconds