Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h169 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
Ddelta_performer.cc1128 bool DeltaPerformer::ValidateSourceHash(const brillo::Blob& calculated_hash, in ValidateSourceHash() argument
1134 if (calculated_hash != expected_source_hash) { in ValidateSourceHash()
1144 << base::HexEncode(calculated_hash.data(), in ValidateSourceHash()
1145 calculated_hash.size()); in ValidateSourceHash()