Searched refs:sha1 (Results 1 – 15 of 15) sorted by relevance
/build/make/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/make/tools/releasetools/ |
D | images.py | 16 from hashlib import sha1 50 return sha1().hexdigest() 59 return sha1().hexdigest() 131 h = sha1() 142 return sha1(self.data).hexdigest() 209 h = sha1()
|
D | check_ota_package_signature.py | 29 from hashlib import sha1 99 h = sha256() if use_sha256 else sha1()
|
D | validate_target_files.py | 39 from hashlib import sha1 63 actual_sha1 = _ReadFile(file_name, unpacked_name, False).sha1 102 h = sha1() 114 file_sha1 = unpacked_file.sha1
|
D | test_blockimgdiff.py | 18 from hashlib import sha1 287 self.assertEqual(sha1(self.data).hexdigest(), self.file.TotalSha1()) 300 self.assertEqual(sha1(expected_data).hexdigest(), sha1sum)
|
D | sparse_img.py | 25 from hashlib import sha1 178 h = sha1()
|
D | test_common.py | 24 from hashlib import sha1 381 sha1_hash = sha1() 405 sha1_hash = sha1() 455 self._verify(zip_file, zip_file_name, arcname, sha1(contents).hexdigest(), 481 sha1_hash = sha1() 504 sha1(small).hexdigest(), 618 sha1(random_string).hexdigest(), 621 sha1(random_string).hexdigest(), 624 sha1(random_string).hexdigest(), 627 sha1(random_string).hexdigest(),
|
D | check_target_files_signatures | 151 cert_sha1 = common.sha1(cert).hexdigest() 212 cert_sha1 = common.sha1(cert).hexdigest()
|
D | check_target_files_signatures.py | 151 cert_sha1 = common.sha1(cert).hexdigest() 212 cert_sha1 = common.sha1(cert).hexdigest()
|
D | common.py | 41 from hashlib import sha1, sha256 2525 self.sha1 = sha1(data).hexdigest() 2934 ctx = sha1() 2944 ctx = sha1() 3159 'sha1': recovery_img.sha1, 3174 'boot_sha1': boot_img.sha1, 3176 'recovery_sha1': recovery_img.sha1,
|
D | ota_from_target_files | 1507 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 1509 boot_type, boot_device_expr, source_boot.size, source_boot.sha1) 1579 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 1581 boot_type, boot_device_expr, source_boot.size, source_boot.sha1)
|
D | ota_from_target_files.py | 1507 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 1509 boot_type, boot_device_expr, source_boot.size, source_boot.sha1) 1579 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 1581 boot_type, boot_device_expr, source_boot.size, source_boot.sha1)
|
D | edify_generator.py | 166 def PatchCheck(self, filename, *sha1): # pylint: disable=unused-argument argument
|
/build/make/target/product/security/ |
D | README | 26 % openssl dgst -binary -sha1 -sign testkey.pem FILE > FILE.sig
|
/build/blueprint/microfactory/ |
D | microfactory.go | 396 hash := sha1.New()
|