Searched refs:expected_sha (Results 1 – 1 of 1) sorted by relevance
86 std::vector<uint8_t> expected_sha(SHA_DIGEST_LENGTH); in TEST_F() local87 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()