Home
last modified time | relevance | path

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

/external/libbrillo/brillo/imageloader/
Dmanifest.h30 const std::vector<uint8_t>& table_sha256() const;
Dmanifest_unittest.cc43 EXPECT_NE(manifest.table_sha256().size(), 0); in TEST_F()
Dmanifest.cc167 const std::vector<uint8_t>& Manifest::table_sha256() const { in table_sha256() function in brillo::imageloader::Manifest