Searched refs:hexdigest (Results 1 – 2 of 2) sorted by relevance
371 std::string hexdigest = print_sha1(digest); in DumpBuffer() local372 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in DumpBuffer()
612 std::string hexdigest = print_sha1(digest); in PrintHashForCorruptedSourceBlocks() local613 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedSourceBlocks()630 std::string hexdigest = print_sha1(digest); in PrintHashForCorruptedStashedBlocks() local631 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedStashedBlocks()660 std::string hexdigest = print_sha1(digest); in VerifyBlocks() local662 if (hexdigest != expected) { in VerifyBlocks()664 LOG(ERROR) << "failed to verify blocks (expected " << expected << ", read " << hexdigest in VerifyBlocks()