Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py48 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/
Dautoupdate_Cellular.py44 image_sha256=file_info['sha256'],
/external/libbrillo/brillo/imageloader/
Dmanifest.h29 const std::vector<uint8_t>& image_sha256() const;
Dmanifest_unittest.cc42 EXPECT_NE(manifest.image_sha256().size(), 0); in TEST_F()
Dmanifest.cc163 const std::vector<uint8_t>& Manifest::image_sha256() const { in image_sha256() function in brillo::imageloader::Manifest
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dautoupdate_CatchBadSignatures.py134 image_sha256=self._IMAGE_SHA256,