Searched refs:sha256_cal (Results 1 – 1 of 1) sorted by relevance
34 std::string sha256_cal = system::sha256::GetHashFromFile(bin_file); in CheckHash() local36 if (sha256_cal.empty() || sha256_cal != sha256_str) { in CheckHash()