Searched refs:ValidateSourceHash (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/update_engine/payload_consumer/ |
H A D | partition_writer.cc | 421 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 D | partition_writer.h | 42 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
|
H A D | delta_performer.h | 182 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
|
H A D | delta_performer.cc | 876 bool PartitionWriter::ValidateSourceHash(const brillo::Blob& calculated_hash, in ValidateSourceHash() function in chromeos_update_engine::PartitionWriter
|
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android.cc | 534 if (!PartitionWriter::ValidateSourceHash( in VerifyPayloadApplicable()
|