Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 10 of 10) 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.py181 algorithm = prop_dict.get("avb_algorithm")
191 algorithm,
202 algorithm,
364 key_path, algorithm, salt, signing_args): argument
370 self.algorithm = algorithm
495 if self.key_path and self.algorithm:
496 cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm])
701 key_path, algorithm, signing_args): argument
710 algorithm,
Dsign_target_files_apks.py958 algorithm = OPTIONS.avb_algorithms.get(partition)
959 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,)
962 partition, key, algorithm))
963 misc_info['avb_' + partition + '_algorithm'] = algorithm
1233 partition, algorithm = a.split("=")
1234 OPTIONS.avb_algorithms[partition] = algorithm
Dsign_target_files_apks958 algorithm = OPTIONS.avb_algorithms.get(partition)
959 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,)
962 partition, key, algorithm))
963 misc_info['avb_' + partition + '_algorithm'] = algorithm
1233 partition, algorithm = a.split("=")
1234 OPTIONS.avb_algorithms[partition] = algorithm
Dapex_utils.py172 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument
177 '--algorithm', algorithm,
Dadd_img_to_target_files.py364 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name))
372 key_path, algorithm, extra_args)
Dadd_img_to_target_files364 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name))
372 key_path, algorithm, extra_args)
Dcommon.py1041 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
1042 if key_path and algorithm:
1043 cmd.extend(["--key", key_path, "--algorithm", algorithm])
/build/make/core/
DMakefile2081 INTERNAL_AVB_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_BOOT_TEST_KEY_P…
2161 INTERNAL_AVB_VENDOR_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_VENDOR_B…
3216 --algorithm $(BOARD_AVB_$(call to-upper,$(2))_ALGORITHM) \
3390 --algorithm $($(_signing_algorithm)) --key $($(_key_path)))
3630 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
3655 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
/build/soong/makedeps/
Ddeps_test.go289 external/libcxx/include/atomic external/libcxx/include/algorithm \