Home
last modified time | relevance | path

Searched defs:expected_hash (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils_unittest.cc134 brillo::Blob expected_hash; in TEST_F() local
162 brillo::Blob expected_hash; in TEST_F() local
190 brillo::Blob expected_hash; in TEST_F() local
H A Ddelta_performer_integration_test.cc904 brillo::Blob expected_hash; in VerifyPayloadResult() local
/aosp12/system/bt/stack/test/
H A Dstack_gatt_sr_hash_test.cc82 Octet16 expected_hash{0xF1, 0xCA, 0x2D, 0x48, 0xEC, 0xF5, 0x8B, 0xAC, in TEST() local
/aosp12/system/bt/bta/test/gatt/
H A Ddatabase_test.cc249 Octet16 expected_hash{0xF1, 0xCA, 0x2D, 0x48, 0xEC, 0xF5, 0x8B, 0xAC, in TEST() local
/aosp12/system/update_engine/scripts/update_payload/
H A Dapplier.py58 def _VerifySha256(file_obj, expected_hash, name, length=-1): argument
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dverifier.rs56 let expected_hash = in verity_check() localVariable
/aosp12/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc569 brillo::Blob expected_hash; in TEST_F() local
/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action_unittest.cc139 string expected_hash; in DoTest() local
/aosp12/art/runtime/mirror/
H A Dobject_test.cc56 int32_t expected_hash) in AssertString()
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py400 def _verify(self, zip_file, zip_file_name, arcname, expected_hash, argument