Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/releasetools/
Dverity_utils.py190 key_path = prop_dict.get("avb_key_path")
200 key_path,
211 key_path,
374 key_path, algorithm, salt, signing_args): argument
381 self.key_path = key_path
505 if self.key_path and self.algorithm:
506 cmd.extend(["--key", self.key_path, "--algorithm", self.algorithm])
711 key_path, algorithm, signing_args): argument
719 key_path,
Dsign_target_files_apks917 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument
925 print("Replacing verity public key with %s" % (key_path,))
926 common.ZipWrite(output_zip, key_path, arcname=filename)
929 def ReplaceVerityPrivateKey(misc_info, key_path): argument
936 print("Replacing verity private key with %s" % (key_path,))
937 misc_info["verity_key"] = key_path
940 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument
962 p = common.Run(["openssl", "x509", "-in", key_path, "-text"],
Dcommon.py1307 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path")
1308 if key_path and not os.path.exists(key_path) and OPTIONS.search_path:
1309 new_key_path = os.path.join(OPTIONS.search_path, key_path)
1311 key_path = new_key_path
1313 if key_path and algorithm:
1314 cmd.extend(["--key", key_path, "--algorithm", algorithm])
1340 key_path = info_dict.get("avb_" + partition + "_key_path")
1341 if not key_path:
1428 key_path = OPTIONS.info_dict.get("gki_signing_key_path")
1430 if not key_path:
[all …]
Dadd_img_to_target_files.py365 key_path = OPTIONS.info_dict.get("avb_{}_key_path".format(partition_name))
374 key_path, algorithm, extra_args)
Dadd_img_to_target_files365 key_path = OPTIONS.info_dict.get("avb_{}_key_path".format(partition_name))
374 key_path, algorithm, extra_args)