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

/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp196 * @param pszCertFile The name of the file containing the
202 static bool readCertFile(const char *pszCertFile, PCCERT_CONTEXT *ppOutCtx, HCERTSTORE *phSrcStore) argument
210 int rc = RTFileReadAll(pszCertFile, &pvFile, &cbFile);
221 errorToString(GetLastError()), pszCertFile);
226 RTMsgError("RTFileReadAll failed on '%s': %Rrc", pszCertFile, rc);
284 * @param pszCertFile The file containing the certificate to add.
286 static bool removeCertFromStoreByFile(DWORD dwDst, const char *pszStoreNm, const char *pszCertFile) argument
293 if (!readCertFile(pszCertFile, &pSrcCtx, &hSrcStore))
360 * @param pszCertFile The file containing the certificate to add.
364 static bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const char *pszCertFile, DWOR argument
[all...]

Completed in 43 milliseconds