Home
last modified time | relevance | path

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

/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);
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp51 string newStr = Utils::ConvertSha256Hex(a, 1); in HWTEST_F()
/base/update/updater/utils/include/
H A Dutils.h66 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length);
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp57 Utils::ConvertSha256Hex(a, 1); in TestConvertSha256Hex()
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp598 " hex:" << Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in PrintAbnormalBlockHash()
644 return Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in CalculateBlockSha()
/base/update/updater/services/applypatch/
H A Dblock_set.cpp212 std::string hexdigest = Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in VerifySha256()
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.cpp362 std::string hexDigest = ConvertSha256Hex(buffer); in CompressData()
H A Dupdate_patch.cpp313 std::string hexDigest = ConvertSha256Hex(data); in Finish()
/base/update/updater/utils/
H A Dutils.cpp185 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length) in ConvertSha256Hex() function

Completed in 8 milliseconds