Home
last modified time | relevance | path

Searched refs:ValidateSourceHash (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer.cc421 return ValidateSourceHash(source_hash, operation, source_fd_, error); in PerformSourceCopyOperation()
449 ValidateSourceHash(source_hash, operation, source_ecc_fd_, error)); in PerformSourceCopyOperation()
572 ValidateSourceHash(source_hash, operation, source_fd_, error); in ChooseSourceFD()
583 ValidateSourceHash(source_hash, operation, source_ecc_fd_, error)) { in ChooseSourceFD()
H A Dpartition_writer.h42 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
H A Ddelta_performer.h182 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
H A Ddelta_performer.cc876 bool PartitionWriter::ValidateSourceHash(const brillo::Blob& calculated_hash, in ValidateSourceHash() function in chromeos_update_engine::PartitionWriter
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc534 if (!PartitionWriter::ValidateSourceHash( in VerifyPayloadApplicable()