Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 13 of 13) sorted by relevance

/build/make/tools/releasetools/
Dcheck_ota_package_signature.py43 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
44 assert algorithm, "Failed to identify the signature algorithm."
46 assert not algorithm.group(1).startswith('ecdsa'), (
49 return algorithm.group(1).startswith('sha256')
Dverity_utils.py191 algorithm = prop_dict.get("avb_algorithm")
201 algorithm,
212 algorithm,
374 key_path, algorithm, salt, signing_args): argument
380 self.algorithm = algorithm
505 if self.key_path and self.algorithm:
506 cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm])
711 key_path, algorithm, signing_args): argument
720 algorithm,
Dsign_target_files_apks.py982 algorithm = OPTIONS.avb_algorithms.get(partition)
983 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,)
986 partition, key, algorithm))
987 misc_info['avb_' + partition + '_algorithm'] = algorithm
1041 algorithm = OPTIONS.gki_signing_algorithm
1042 if not algorithm:
1045 print('Replacing GKI signing key with "%s" (%s)' % (key, algorithm))
1046 misc_info["gki_signing_algorithm"] = algorithm
1278 partition, algorithm = a.split("=")
1279 OPTIONS.avb_algorithms[partition] = algorithm
Dsign_target_files_apks982 algorithm = OPTIONS.avb_algorithms.get(partition)
983 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,)
986 partition, key, algorithm))
987 misc_info['avb_' + partition + '_algorithm'] = algorithm
1041 algorithm = OPTIONS.gki_signing_algorithm
1042 if not algorithm:
1045 print('Replacing GKI signing key with "%s" (%s)' % (key, algorithm))
1046 misc_info["gki_signing_algorithm"] = algorithm
1278 partition, algorithm = a.split("=")
1279 OPTIONS.avb_algorithms[partition] = algorithm
Dapex_utils.py198 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument
203 '--algorithm', algorithm,
Dcommon.py1312 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
1313 if key_path and algorithm:
1314 cmd.extend(["--key", key_path, "--algorithm", algorithm])
1443 algorithm = OPTIONS.info_dict.get("gki_signing_algorithm")
1444 if key_path and algorithm:
1446 "--gki_signing_algorithm", algorithm])
Dadd_img_to_target_files.py366 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name))
374 key_path, algorithm, extra_args)
Dadd_img_to_target_files366 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name))
374 key_path, algorithm, extra_args)
/build/soong/filesystem/
Dvbmeta.go127 algorithm := proptools.StringDefault(v.properties.Algorithm, "SHA256_RSA4096")
128 cmd.FlagWithArg("--algorithm ", algorithm)
Dbootimg.go248 algorithm := proptools.StringDefault(b.properties.Avb_algorithm, "SHA256_RSA4096")
249 addStr("avb_algorithm", algorithm)
Dfilesystem.go311 algorithm := proptools.StringDefault(f.properties.Avb_algorithm, "SHA256_RSA4096")
312 addStr("avb_algorithm", algorithm)
/build/soong/makedeps/
Ddeps_test.go289 external/libcxx/include/atomic external/libcxx/include/algorithm \
/build/make/core/
DMakefile2426 INTERNAL_AVB_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_BOOT_TEST_KEY_P…
2513 INTERNAL_AVB_VENDOR_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_VENDOR_B…
3480 --algorithm $(BOARD_AVB_$(call to-upper,$(2))_ALGORITHM) \
3663 --algorithm $($(_signing_algorithm)) --key $($(_key_path)))
3910 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
3936 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)