Home
last modified time | relevance | path

Searched refs:ConvertSha256Hex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/
H A Ddiffpatch.cpp87 return ConvertSha256Hex({ in PatchMapFile()
92 std::string ConvertSha256Hex(const BlockBuffer &buffer) in PatchMapFile() function
H A Ddiffpatch.h170 std::string ConvertSha256Hex(const BlockBuffer &buffer);
/ohos5.0/base/update/updater/utils/include/
H A Dutils.h66 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length);
/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp51 string newStr = Utils::ConvertSha256Hex(a, 1);
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp57 Utils::ConvertSha256Hex(a, 1); in TestConvertSha256Hex()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp535 " hex:" << Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in PrintAbnormalBlockHash()
581 return Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in CalculateBlockSha()
/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dupdate_patch.cpp313 std::string hexDigest = ConvertSha256Hex(data); in Finish()
H A Dimage_patch.cpp363 std::string hexDigest = ConvertSha256Hex(buffer); in CompressData()
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp212 std::string hexdigest = Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in VerifySha256()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp185 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length) in ConvertSha256Hex() function