Searched refs:UpdateHashAtOffset (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/install/ |
D | package.cpp | 61 bool UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, uint64_t start, 109 bool UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, uint64_t start, 186 bool MemoryPackage::UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, in UpdateHashAtOffset() function in MemoryPackage 242 bool FilePackage::UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, in UpdateHashAtOffset() function in FilePackage
|
D | verifier.cpp | 231 package->UpdateHashAtOffset(hashers, so_far, read_size); in verify_file()
|
/bootable/recovery/install/include/install/ |
D | verifier.h | 73 virtual bool UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, uint64_t start,
|
/bootable/recovery/tests/unit/ |
D | package_test.cpp | 94 package->UpdateHashAtOffset(hashers, 0, hash_size); in TEST_F()
|