Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp653 static int VerifyBlocks(const std::string& expected, const std::vector<uint8_t>& buffer, in VerifyBlocks() function
748 if (VerifyBlocks(id, *buffer, src.blocks(), true) != 0) { in LoadStash()
793 if (verify && VerifyBlocks(id, *buffer, blocks, true) != 0) { in LoadStash()
1121 if (VerifyBlocks(tgthash, tgtbuffer, tgt->blocks(), false) == 0) { in LoadSrcTgtVersion3()
1131 if (VerifyBlocks(srchash, params.buffer, *src_blocks, true) == 0) { in LoadSrcTgtVersion3()
1237 if (VerifyBlocks(id, params.buffer, blocks, true) != 0) { in PerformCommandStash()