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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1528 size_t cbCertFile = 0; local
1536 rc = i_readFileToBuf(strCertFile, &pvCertBuf, &cbCertFile, false, pShaIo, &storage);
1540 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, &storage);
1705 size_t cbCertFile = 0; local
1713 rc = i_readTarFileToBuf(pTarIo, strCertFile, &pvCertBuf, &cbCertFile, false, pCallbacks, pStorage);
1719 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, pStorage);
1760 rc = i_readTarFileToBuf(pTarIo, strCertFile, &pvCertBuf, &cbCertFile, false, pCallbacks, pStorage);
1766 rc = i_verifyCertificateFile(pvCertBuf, cbCertFile, pStorage);

Completed in 56 milliseconds