Searched refs:ValidateSourceHash (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 184 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
|
D | delta_performer.cc | 1065 bool DeltaPerformer::ValidateSourceHash(const brillo::Blob& calculated_hash, in ValidateSourceHash() function in chromeos_update_engine::DeltaPerformer 1160 return ValidateSourceHash(source_hash, operation, source_fd_, error); in PerformSourceCopyOperation() 1189 ValidateSourceHash(source_hash, operation, source_ecc_fd_, error)); in PerformSourceCopyOperation() 1253 ValidateSourceHash(source_hash, operation, source_fd_, error); in ChooseSourceFD() 1264 ValidateSourceHash(source_hash, operation, source_ecc_fd_, error)) { in ChooseSourceFD()
|
/system/update_engine/ |
D | update_attempter_android.cc | 510 if (!DeltaPerformer::ValidateSourceHash( in VerifyPayloadApplicable()
|