Home
last modified time | relevance | path

Searched refs:CheckFileSha256String (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/utils/include/
H A Dsha256_utils.h30 static bool CheckFileSha256String(const std::string &fileName, const std::string &sha256String);
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dsha256_utils.cpp44 bool Sha256Utils::CheckFileSha256String(const std::string &fileName, const std::string &sha256Strin… in CheckFileSha256String() function in OHOS::UpdateEngine::Sha256Utils
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp172 if (!verifyInfo.empty() && !Sha256Utils::CheckFileSha256String(pkgName, verifyInfo)) { in VerifyDownloadPkg()