Searched refs:strDigest (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.h51 static void doInstallation(QString const &strFilePath, QString const &strDigest, QWidget *pParent, QString *pstrExtPackName);
H A DUIGlobalSettingsExtension.cpp123 void UIGlobalSettingsExtension::doInstallation(QString const &strFilePath, QString const &strDigest, argument
131 if (strDigest.isEmpty())
135 QString strFileAndHash = QString("%1::SHA-256=%2").arg(strFilePath).arg(strDigest);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp396 void sltHandleDownloadedExtensionPack(const QString &strSource, const QString &strTarget, QString strDigest) argument
400 UIGlobalSettingsExtension::doInstallation(strTarget, strDigest, windowManager().networkManagerOrMainWindowShown(), NULL);
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h257 Utf8Str strDigest; member in struct:SHASTORAGE
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp96 Utf8Str strDigest; member in struct:ExtPackFile::Data
251 m->strDigest = a_pszDigest;
292 szError, sizeof(szError), &m->hOurManifest, &hXmlFile, &m->strDigest);
1998 Utf8Str strDigest; local
2005 strDigest = aPath.substr(offSha256 + sizeof("::SHA-256=") - 1);
2011 hrc = NewExtPackFile->initWithFile(strTarball.c_str(), strDigest.c_str(), this, m->pVirtualBox);
2565 RTCString const * const pStrTarballDigest = &a_pExtPackFile->m->strDigest;
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1176 m->strOVFSHADigest = pStorage->strDigest;
1531 Utf8Str manifestShaDigest = storage.strDigest;
2111 Utf8Str manifestDigest = pStorage->strDigest;
2655 stack.llSrcDisksDigest.push_back(STRPAIR(strSourceOVF, pStorage ? pStorage->strDigest : ""));
H A DApplianceImplExport.cpp2101 fileList.push_back(STRPAIR(strOvfFile, pStorage->strDigest));
2300 fileList.push_back(STRPAIR(strTargetFilePath, pStorage->strDigest));
H A DApplianceImplIO.cpp1186 pShaStorage->strDigest = pszDigest;

Completed in 112 milliseconds