Searched refs:expected_source_hash (Results 1 – 2 of 2) sorted by relevance
118 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ChooseSourceFD() local129 if (source_hash == expected_source_hash) { in ChooseSourceFD()148 << base::HexEncode(expected_source_hash.data(), in ChooseSourceFD()149 expected_source_hash.size()); in ChooseSourceFD()
312 brillo::Blob expected_source_hash(operation.src_sha256_hash().begin(), in ValidateSourceHash() local314 if (calculated_hash != expected_source_hash) { in ValidateSourceHash()321 << base::HexEncode(expected_source_hash.data(), in ValidateSourceHash()322 expected_source_hash.size()); in ValidateSourceHash()