Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_writer.cc386 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in PerformSourceCopyOperation() local
413 if (read_ok && expected_source_hash == source_hash) in PerformSourceCopyOperation()
427 << base::HexEncode(expected_source_hash.data(), in PerformSourceCopyOperation()
428 expected_source_hash.size()); in PerformSourceCopyOperation()
559 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ChooseSourceFD() local
563 source_hash == expected_source_hash) { in ChooseSourceFD()
578 << base::HexEncode(expected_source_hash.data(), in ChooseSourceFD()
579 expected_source_hash.size()); in ChooseSourceFD()
Ddelta_performer.cc880 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ValidateSourceHash() local
882 if (calculated_hash != expected_source_hash) { in ValidateSourceHash()
889 << base::HexEncode(expected_source_hash.data(), in ValidateSourceHash()
890 expected_source_hash.size()); in ValidateSourceHash()