Home
last modified time | relevance | path

Searched refs:shaDigest (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/package/pkg_manager/
Dpkg_utils.cpp178 std::string ConvertShaHex(const std::vector<uint8_t> &shaDigest) in ConvertShaHex() argument
183 for (size_t i = 0; i < shaDigest.size(); ++i) { in ConvertShaHex()
184 auto d = shaDigest[i]; in ConvertShaHex()
Dpkg_utils.h39 std::string ConvertShaHex(const std::vector<uint8_t> &shaDigest);
/base/update/updater/utils/include/
Dutils.h50 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length);
/base/update/updater/utils/
Dutils.cpp146 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length) in ConvertSha256Hex() argument
152 auto d = shaDigest[i]; in ConvertSha256Hex()