Home
last modified time | relevance | path

Searched refs:GetFileSha256Str (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dsha256_utils.cpp51 if (!GetFileSha256Str(fileName, sha256Result, sizeof(sha256Result))) { in CheckFileSha256String()
98 bool Sha256Utils::GetFileSha256Str(const std::string &fileName, char *sha256Result, uint32_t len) in GetFileSha256Str() function in OHOS::UpdateEngine::Sha256Utils
/ohos5.0/base/update/updateservice/services/core/ability/utils/include/
H A Dsha256_utils.h33 static bool GetFileSha256Str(const std::string &fileName, char *sha256Result, uint32_t len);