Searched refs:image_sha256 (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ |
D | autoupdate_CannedOmahaUpdate.py | 48 def run_once(self, image_url, image_size, image_sha256, argument 54 self._omaha.set_image_params(image_url, image_size, image_sha256,
|
/external/autotest/server/site_tests/autoupdate_Cellular/ |
D | autoupdate_Cellular.py | 44 image_sha256=file_info['sha256'],
|
/external/libbrillo/brillo/imageloader/ |
D | manifest.h | 29 const std::vector<uint8_t>& image_sha256() const;
|
D | manifest_unittest.cc | 42 EXPECT_NE(manifest.image_sha256().size(), 0); in TEST_F()
|
D | manifest.cc | 163 const std::vector<uint8_t>& Manifest::image_sha256() const { in image_sha256() function in brillo::imageloader::Manifest
|
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/ |
D | autoupdate_CatchBadSignatures.py | 134 image_sha256=self._IMAGE_SHA256,
|