Lines Matching full:sha1
336 'boot_sha1': boot_img.sha1,
340 'recovery_sha1': recovery_img.sha1 }
426 self.sha1 = sha.sha(data).hexdigest()
637 elif tf.sha1 != sf.sha1:
699 script.PatchCheck("/"+fn, tf.sha1, sf.sha1)
712 (source_boot.size, source_boot.sha1,
713 target_boot.size, target_boot.sha1))
742 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
752 % (source_boot.size, source_boot.sha1,
753 target_boot.size, target_boot.sha1),
755 target_boot.size, target_boot.sha1,
756 source_boot.sha1, "patch/boot.img.p")