Searched refs:sha1 (Results 1 – 22 of 22) sorted by relevance
/build/make/tools/ |
D | check_radio_versions.py | 21 from hashlib import sha1 23 from sha import sha as sha1 unknown 55 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() 203 h = sha1()
|
D | check_ota_package_signature.py | 29 from hashlib import sha1 99 h = sha256() if use_sha256 else 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 | validate_target_files.py | 40 from hashlib import sha1 65 actual_sha1 = _ReadFile(file_name, unpacked_name, False).sha1 110 h = sha1() 122 file_sha1 = unpacked_file.sha1
|
D | non_ab_ota.py | 424 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 426 boot_type, boot_device_expr, source_boot.size, source_boot.sha1) 496 boot_type, boot_device_expr, target_boot.size, target_boot.sha1) 498 boot_type, boot_device_expr, source_boot.size, source_boot.sha1)
|
D | sparse_img.py | 25 from hashlib import sha1 161 h = sha1()
|
D | test_common.py | 23 from hashlib import sha1 51 sha1_hash = sha1() 434 sha1_hash = sha1() 509 self._verify(zip_file, zip_file_name, arcname, sha1(contents).hexdigest(), 555 sha1(small).hexdigest(), 668 sha1(random_string).hexdigest(), 671 sha1(random_string).hexdigest(), 674 sha1(random_string).hexdigest(), 677 sha1(random_string).hexdigest(),
|
D | check_target_files_signatures.py | 139 cert_sha1 = common.sha1(cert).hexdigest() 200 cert_sha1 = common.sha1(cert).hexdigest()
|
D | edify_generator.py | 166 def PatchCheck(self, filename, *sha1): # pylint: disable=unused-argument argument
|
D | common.py | 45 from hashlib import sha1, sha256 3220 self.sha1 = sha1(data).hexdigest() 3629 ctx = sha1() 3639 ctx = sha1() 3854 'sha1': recovery_img.sha1, 3869 'boot_sha1': boot_img.sha1, 3871 'recovery_sha1': recovery_img.sha1,
|
/build/make/tools/canoninja/ |
D | canoninja.go | 43 h := sha1.New() 53 h := sha1.New()
|
/build/make/tools/sbom/ |
D | generate-sbom-framework_res.py | 73 sha1 = hashlib.file_digest(f, 'sha1')
|
D | generate-sbom.py | 156 h = hashlib.sha1() 548 sha1 = 'SHA1: da39a3ee5e6b4b0d3255bfef95601890afd80709' # SHA1 of empty string 550 sha1 = checksum(build_output_path) 553 checksum=sha1))
|
D | sbom_data.py | 138 h = hashlib.sha1()
|
D | sbom_data_test.py | 130 h = hashlib.sha1()
|
/build/soong/ui/build/ |
D | staging_snapshot.go | 51 h := sha1.New()
|
/build/make/target/product/security/ |
D | README | 27 % openssl dgst -binary -sha1 -sign testkey.pem FILE > FILE.sig
|
/build/soong/android/ |
D | raw_files.go | 114 hash := sha1.New()
|
/build/make/tools/compliance/cmd/sbom/ |
D | sbom.go | 333 hash := sha1.Sum([]byte(seed))
|
/build/soong/cmd/sbox/ |
D | sbox.go | 144 hash := sha1.New()
|
/build/blueprint/microfactory/ |
D | microfactory.go | 413 hash := sha1.New()
|