Searched refs:algorithm (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/releasetools/ |
D | check_ota_package_signature.py | 43 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')
|
D | verity_utils.py | 181 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,
|
D | sign_target_files_apks.py | 958 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
|
D | sign_target_files_apks | 958 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
|
D | apex_utils.py | 172 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument 177 '--algorithm', algorithm,
|
D | add_img_to_target_files.py | 364 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name)) 372 key_path, algorithm, extra_args)
|
D | add_img_to_target_files | 364 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name)) 372 key_path, algorithm, extra_args)
|
D | common.py | 1041 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/ |
D | Makefile | 2081 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/ |
D | deps_test.go | 289 external/libcxx/include/atomic external/libcxx/include/algorithm \
|