Home | History | Annotate | Download | only in releasetools

Lines Matching defs:sha1

73   from hashlib import sha1 as sha1
75 from sha import sha as sha1
343 'boot_sha1': boot_img.sha1,
345 'recovery_sha1': recovery_img.sha1,
505 elif tf.sha1 != sf.sha1:
522 patch_list.append((tf.name, tf, sf, tf.size, common.sha1(d).hexdigest()))
565 script.PatchCheck("/"+fn, tf.sha1, sf.sha1)
581 source_boot.size, source_boot.sha1,
582 target_boot.size, target_boot.sha1))
618 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
629 source_boot.size, source_boot.sha1,
630 target_boot.size, target_boot.sha1),
632 target_boot.size, target_boot.sha1,
633 source_boot.sha1, "patch/boot.img.p")
721 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")