Searched refs:ConvertSha256Hex (Results 1 – 10 of 10) sorted by relevance
87 return ConvertSha256Hex({ in PatchMapFile()92 std::string ConvertSha256Hex(const BlockBuffer &buffer) in PatchMapFile() function
170 std::string ConvertSha256Hex(const BlockBuffer &buffer);
66 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length);
51 string newStr = Utils::ConvertSha256Hex(a, 1);
57 Utils::ConvertSha256Hex(a, 1); in TestConvertSha256Hex()
535 " hex:" << Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in PrintAbnormalBlockHash()581 return Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in CalculateBlockSha()
313 std::string hexDigest = ConvertSha256Hex(data); in Finish()
363 std::string hexDigest = ConvertSha256Hex(buffer); in CompressData()
212 std::string hexdigest = Utils::ConvertSha256Hex(digest, SHA256_DIGEST_LENGTH); in VerifySha256()
185 std::string ConvertSha256Hex(const uint8_t* shaDigest, size_t length) in ConvertSha256Hex() function