Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dcheck_ota_package_signature.py44 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')
Dverity_utils.py180 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])
Dapex_utils.py45 def SignApexPayload(payload_file, payload_key_path, payload_key_name, algorithm, argument
51 '--algorithm', algorithm,
Dsign_target_files_apks.py892 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
Dsign_target_files_apks892 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
Dcommon.py538 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/
Ddeps_test.go275 external/libcxx/include/atomic external/libcxx/include/algorithm \
/build/make/core/
DMakefile2100 --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/
DINTERNALS.md429 algorithm. Kati uses a trie to speed up this step.