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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp60 * @param pszStoreNm The store name.
62 static HCERTSTORE openCertStore(DWORD dwDst, const char *pszStoreNm) argument
66 int rc = RTStrToUtf16(pszStoreNm, &pwszStoreNm);
99 * @param pszStoreNm The store name.
103 bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf) argument
120 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp238 * @param pszStoreNm The store name.
240 static HCERTSTORE openCertStore(DWORD dwDst, const char *pszStoreNm) argument
244 int rc = RTStrToUtf16(pszStoreNm, &pwszStoreNm);
248 RTMsgInfo("Opening store %#x:'%s'", dwDst, pszStoreNm);
269 dwDst, pszStoreNm, errorToString(GetLastError()));
283 * @param pszStoreNm The store name.
286 static bool removeCertFromStoreByFile(DWORD dwDst, const char *pszStoreNm, const char *pszCertFile) argument
308 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm);
359 * @param pszStoreNm The store name.
364 static bool addCertToStore(DWORD dwDst, const char *pszStoreNm, cons argument
[all...]

Completed in 43 milliseconds