Home
last modified time | relevance | path

Searched refs:hexdigest (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater/
Dcommands.cpp371 std::string hexdigest = print_sha1(digest); in DumpBuffer() local
372 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in DumpBuffer()
Dblockimg.cpp612 std::string hexdigest = print_sha1(digest); in PrintHashForCorruptedSourceBlocks() local
613 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedSourceBlocks()
630 std::string hexdigest = print_sha1(digest); in PrintHashForCorruptedStashedBlocks() local
631 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedStashedBlocks()
660 std::string hexdigest = print_sha1(digest); in VerifyBlocks() local
662 if (hexdigest != expected) { in VerifyBlocks()
664 LOG(ERROR) << "failed to verify blocks (expected " << expected << ", read " << hexdigest in VerifyBlocks()