Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h184 static bool ValidateSourceHash(const brillo::Blob& calculated_hash,
Ddelta_performer.cc1065 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/
Dupdate_attempter_android.cc510 if (!DeltaPerformer::ValidateSourceHash( in VerifyPayloadApplicable()