Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dpackage_test.cpp86 std::vector<uint8_t> expected_sha(SHA_DIGEST_LENGTH); in TEST_F() local
87 SHA1(reinterpret_cast<uint8_t*>(file_content_.data()), hash_size, expected_sha.data()); in TEST_F()
98 ASSERT_EQ(expected_sha, calculated_sha); in TEST_F()