Searched refs:HasherUpdateCallback (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/install/include/install/ |
D | verifier.h | 31 using HasherUpdateCallback = std::function<void(const uint8_t* addr, uint64_t size)>; variable 73 virtual bool UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, uint64_t start,
|
/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() 242 bool FilePackage::UpdateHashAtOffset(const std::vector<HasherUpdateCallback>& hashers, in UpdateHashAtOffset()
|
D | verifier.cpp | 215 std::vector<HasherUpdateCallback> hashers; in verify_file()
|
/bootable/recovery/tests/unit/ |
D | package_test.cpp | 92 std::vector<HasherUpdateCallback> hashers{ std::bind(&SHA1_Update, &ctx, std::placeholders::_1, in TEST_F()
|