Searched refs:algorithm (Results 1 – 9 of 9) sorted by relevance
| /build/make/tools/releasetools/ |
| D | check_ota_package_signature.py | 44 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump) 45 assert algorithm, "Failed to identify the signature algorithm." 47 assert not algorithm.group(1).startswith('ecdsa'), ( 50 return algorithm.group(1).startswith('sha256')
|
| D | verity_utils.py | 180 algorithm = prop_dict.get("avb_algorithm") 188 algorithm, 198 algorithm, 360 key_path, algorithm, salt, signing_args): argument 366 self.algorithm = algorithm 491 if self.key_path and self.algorithm: 492 cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm])
|
| D | apex_utils.py | 45 def SignApexPayload(payload_file, payload_key_path, payload_key_name, algorithm, argument 51 '--algorithm', algorithm,
|
| D | sign_target_files_apks.py | 892 algorithm = OPTIONS.avb_algorithms.get(partition) 893 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,) 896 partition, key, algorithm)) 897 misc_info['avb_' + partition + '_algorithm'] = algorithm
|
| D | sign_target_files_apks | 892 algorithm = OPTIONS.avb_algorithms.get(partition) 893 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,) 896 partition, key, algorithm)) 897 misc_info['avb_' + partition + '_algorithm'] = algorithm
|
| D | common.py | 538 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm") 539 if key_path and algorithm: 540 cmd.extend(["--key", key_path, "--algorithm", algorithm])
|
| /build/soong/cmd/dep_fixer/ |
| D | deps_test.go | 275 external/libcxx/include/atomic external/libcxx/include/algorithm \
|
| /build/make/core/ |
| D | Makefile | 2100 --algorithm SHA256_RSA2048 --key $(BOARD_AVB_DEBUG_BOOT_KEY_PATH) 3164 --algorithm $($(_signing_algorithm)) --key $($(_key_path))) 3350 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
|
| /build/kati/ |
| D | INTERNALS.md | 429 algorithm. Kati uses a trie to speed up this step.
|