Searched refs:algorithm (Results  1 – 16 of 16) sorted by relevance
| /build/make/tools/releasetools/ | 
| D | verity_utils.py | 73     algorithm = prop_dict.get("avb_algorithm") 83           algorithm, 94         algorithm, 137                key_path, algorithm, salt, signing_args):  argument 143     self.algorithm = algorithm 269     if self.key_path and self.algorithm: 270       cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm]) 282                             key_path, algorithm, signing_args):  argument 291         algorithm,
  | 
| 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 | sign_target_files_apks.py | 1003     algorithm = OPTIONS.avb_algorithms.get(partition) 1004     assert algorithm, 'Missing AVB signing algorithm for %s' % (partition,) 1007         partition, key, algorithm)) 1008     misc_info['avb_' + partition + '_algorithm'] = algorithm 1062   algorithm = OPTIONS.gki_signing_algorithm 1063   if not algorithm: 1066   print('Replacing GKI signing key with "%s" (%s)' % (key, algorithm)) 1067   misc_info["gki_signing_algorithm"] = algorithm 1421       partition, algorithm = a.split("=") 1422       OPTIONS.avb_algorithms[partition] = algorithm
  | 
| D | apex_utils.py | 263                     algorithm, salt, hash_algorithm, no_hashtree, signing_args=None):  argument 268          '--algorithm', algorithm,
  | 
| D | add_img_to_target_files.py | 540   algorithm = OPTIONS.info_dict.get("avb_{}_algorithm".format(partition_name)) 548       key_path, algorithm, extra_args)
  | 
| D | common.py | 1405   algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm") 1406   if key_path and algorithm: 1407     cmd.extend(["--key", key_path, "--algorithm", algorithm]) 1506   algorithm = OPTIONS.info_dict.get("gki_signing_algorithm") 1519       "--algorithm", algorithm,
  | 
| /build/soong/filesystem/ | 
| D | avb_add_hash_footer.go | 113 	algorithm := proptools.StringDefault(a.properties.Algorithm, "SHA256_RSA4096") 114 	cmd.FlagWithArg("--algorithm ", algorithm)
  | 
| D | vbmeta.go | 127 	algorithm := proptools.StringDefault(v.properties.Algorithm, "SHA256_RSA4096") 128 	cmd.FlagWithArg("--algorithm ", algorithm)
  | 
| D | bootimg.go | 253 	algorithm := proptools.StringDefault(b.properties.Avb_algorithm, "SHA256_RSA4096") 254 	addStr("avb_algorithm", algorithm)
  | 
| D | filesystem.go | 346 		algorithm := proptools.StringDefault(f.properties.Avb_algorithm, "SHA256_RSA4096") 347 		addStr("avb_algorithm", algorithm)
  | 
| /build/soong/cmd/extract_apks/bundle_proto/ | 
| D | config.proto | 73     // 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/make/tools/compliance/ | 
| D | README.md | 94 The algorithm for deriving library names has not been dictated by OSPO policy,
  | 
| /build/make/tools/protos/ | 
| D | metadata_file.proto | 273   // Format: e.g. SHA1:<checksum>, or any algorithm defined in
  | 
| /build/soong/makedeps/ | 
| D | deps_test.go | 289   external/libcxx/include/atomic external/libcxx/include/algorithm \
  | 
| /build/make/core/ | 
| D | Makefile | 1104     --algorithm "$(BOARD_GKI_SIGNING_ALGORITHM)" \ 2689 INTERNAL_AVB_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_BOOT_TEST_KEY_P… 2791 INTERNAL_AVB_VENDOR_BOOT_TEST_SIGNING_ARGS := --algorithm SHA256_RSA2048 --key $(BOARD_AVB_VENDOR_B… 4107           --algorithm $(BOARD_AVB_$(call to-upper,$(2))_ALGORITHM) \ 4352     --algorithm $($(_signing_algorithm)) --key $($(_key_path))) 4653     --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH) 4689     --algorithm $(BOARD_AVB_ALGORITHM) --key $(BOARD_AVB_KEY_PATH)
  | 
| /build/bazel/docs/ | 
| D | internal_concepts.md | 256 can import other namespaces, and there’s a module name lookup algorithm which
  |