Searched refs:i_verifyCertificateFile (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImpl.h187 HRESULT i_verifyCertificateFile(void *pvBuf, size_t cbSize, PSHASTORAGE pStorage);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1540 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, &storage);
1719 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, pStorage);
1766 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, pStorage);
2101 HRESULT Appliance::i_verifyCertificateFile(void *pvBuf, size_t cbSize, PSHASTORAGE pStorage) function in class:Appliance

Completed in 87 milliseconds