Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dverity_utils.py80 algorithm = prop_dict.get("avb_algorithm")
90 algorithm,
101 algorithm,
144 key_path, algorithm, salt, signing_args): argument
150 self.algorithm = algorithm
276 if self.key_path and self.algorithm:
277 cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm])
289 key_path, algorithm, signing_args): argument
298 algorithm,
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')
Dsign_target_files_apks.py1157 algorithm = OPTIONS.avb_algorithms.get(partition)
1158 assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,)
1161 partition, key, algorithm))
1162 misc_info['avb_' + partition + '_algorithm'] = algorithm
1555 partition, algorithm = a.split("=")
1556 OPTIONS.avb_algorithms[partition] = algorithm
Dapex_utils.py221 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument
226 '--algorithm', algorithm,
Dadd_img_to_target_files.py544 algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name))
552 key_path, algorithm, extra_args)
Dcommon.py1428 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
1429 if key_path and algorithm:
1430 cmd.extend(["--key", key_path, "--algorithm", algorithm])
/build/soong/filesystem/
Davb_add_hash_footer.go118 algorithm := proptools.StringDefault(a.properties.Algorithm, "SHA256_RSA4096")
119 cmd.FlagWithArg("--algorithm ", algorithm)
Dvbmeta.go138 algorithm := proptools.StringDefault(v.properties.Algorithm, "SHA256_RSA4096")
139 cmd.FlagWithArg("--algorithm ", algorithm)
Dbootimg.go255 algorithm := proptools.StringDefault(b.properties.Avb_algorithm, "SHA256_RSA4096")
256 addStr("avb_algorithm", algorithm)
Dfilesystem.go385 algorithm := proptools.StringDefault(f.properties.Avb_algorithm, "SHA256_RSA4096")
386 addStr("avb_algorithm", algorithm)
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto73 // Default in the current version of bundletool is zlib deflate algorithm
81 // 7zip implementation of deflate algorithm which gives smaller APK size
86 // Compression algorithm which is used to compress entries in final APKs.
/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl81 # a full recursion-to-iteration algorithm. (no need for return values, no need to return
/build/make/tools/compliance/
DREADME.md94 The algorithm for deriving library names has not been dictated by OSPO policy,
/build/soong/makedeps/
Ddeps_test.go289 external/libcxx/include/atomic external/libcxx/include/algorithm \
/build/make/tools/protos/
Dmetadata_file.proto275 // Format: e.g. SHA1:<checksum>, or any algorithm defined in
/build/make/core/
DMakefile2940 INTERNAL_AVB_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_BOOT_TEST_KEY_P…
3042 INTERNAL_AVB_VENDOR_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_VENDOR_B…
4430 --algorithm $(BOARD_AVB_$(call to-upper,$(2))_ALGORITHM) \
4706 --algorithm $($(_signing_algorithm)) --key $($(_key_path)))
5009 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
5045 --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
/build/bazel/docs/
Dinternal_concepts.md256 can import other namespaces, and there’s a module name lookup algorithm which