Searched refs:container_key (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | test_sign_apex.py | 36 container_key = os.path.join(self.testdata_dir, 'testkey') 41 container_key, 49 container_key = os.path.join(self.testdata_dir, 'testkey') 56 container_key, 65 container_key = os.path.join(self.testdata_dir, 'testkey') 70 container_key,
|
D | apex_utils.py | 311 def SignUncompressedApex(avbtool, apex_file, payload_key, container_key, argument 377 password = container_pw.get(container_key) if container_pw else None 381 container_key, 389 def SignCompressedApex(avbtool, apex_file, payload_key, container_key, argument 423 container_key, 451 password = container_pw.get(container_key) if container_pw else None 455 container_key, 463 def SignApex(avbtool, apex_data, payload_key, container_key, container_pw, argument 496 container_key=container_key, 507 container_key=container_key,
|
D | sign_apex.py | 54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument 64 container_key=container_key,
|
D | sign_target_files_apks | 280 for apex, (payload_key, container_key) in keys_info.items(): 281 keys_info[apex] = (payload_key, key_map.get(container_key, container_key)) 296 for apex, (payload_key, container_key) in keys_info.items(): 297 if container_key != 'PRESIGNED': 414 (payload_key, container_key) = apex_keys[name] 416 container_key not in common.SPECIAL_CERT_STRINGS) or 418 container_key in common.SPECIAL_CERT_STRINGS)): 421 name, payload_key, container_key)) 566 payload_key, container_key = apex_keys[name] 570 container_key not in common.SPECIAL_CERT_STRINGS): [all …]
|