Searched refs:sha1 (Results 1 – 8 of 8) sorted by relevance
/build/tools/releasetools/ |
D | ota_from_target_files | 100 from hashlib import sha1 as sha1 unknown 165 result = tgtfiles.get("sha1:" + src.sha1) 835 source_boot.size, source_boot.sha1, 836 target_boot.size, target_boot.sha1)) 877 source_boot.size, source_boot.sha1, 878 target_boot.size, target_boot.sha1), 880 target_boot.size, target_boot.sha1, 881 source_boot.sha1, "patch/boot.img.p") 931 matching_file_cache["sha:" + sf.sha1] = sf 947 verbatim_targets.append((fn, tf.size, tf.sha1)) [all …]
|
D | blockimgdiff.py | 18 from hashlib import sha1 80 return sha1().hexdigest() 129 self.sha1 = sha1(self.data).hexdigest() 130 return self.sha1 322 src_sha1 = sha1() 325 tgt_sha1 = sha1()
|
D | edify_generator.py | 145 def PatchCheck(self, filename, *sha1): argument 151 "".join([', "%s"' % (i,) for i in sha1]) + 154 def FileCheck(self, filename, *sha1): argument 158 "".join([', "%s"' % (i,) for i in sha1]) +
|
D | check_target_files_signatures | 56 from hashlib import sha1 as sha1 unknown 58 from sha import sha as sha1 unknown 119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12],
|
D | common.py | 36 from hashlib import sha1 as sha1 unknown 38 from sha import sha as sha1 unknown 882 self.sha1 = sha1(data).hexdigest() 1082 h = sha1() 1169 'boot_sha1': boot_img.sha1, 1171 'recovery_sha1': recovery_img.sha1,
|
D | sparse_img.py | 20 from hashlib import sha1 118 h = sha1()
|
/build/tools/ |
D | check_radio_versions.py | 21 from hashlib import sha1 23 from sha import sha as sha1 unknown 48 digest = sha1(f.read()).hexdigest()
|
/build/target/product/security/ |
D | README | 27 % openssl dgst -binary -sha1 -sign testkey.pem FILE > FILE.sig
|