Home
last modified time | relevance | path

Searched refs:expected_source_hash (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dverified_source_fd.cc118 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ChooseSourceFD() local
129 if (source_hash == expected_source_hash) { in ChooseSourceFD()
148 << base::HexEncode(expected_source_hash.data(), in ChooseSourceFD()
149 expected_source_hash.size()); in ChooseSourceFD()
Dpartition_writer.cc312 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ValidateSourceHash() local
314 if (calculated_hash != expected_source_hash) { in ValidateSourceHash()
321 << base::HexEncode(expected_source_hash.data(), in ValidateSourceHash()
322 expected_source_hash.size()); in ValidateSourceHash()