Searched refs:no_hashtree (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | apex_utils.py | 198 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument 209 if no_hashtree: 223 VerifyApexPayload(avbtool, payload_file, payload_key_path, no_hashtree) 226 def VerifyApexPayload(avbtool, payload_file, payload_key, no_hashtree=False): argument 230 if no_hashtree: 313 no_hashtree, signing_args=None): argument 343 if no_hashtree is None: 344 no_hashtree = payload_info.get("Tree Size", 0) == 0 353 no_hashtree, 391 no_hashtree, signing_args=None): argument [all …]
|
D | sign_apex.py | 54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument 67 no_hashtree=no_hashtree, 132 no_hashtree=False,
|
D | test_apex_utils.py | 53 self.SALT, 'sha256', no_hashtree=True) 66 self.SALT, 'sha256', no_hashtree=True) 75 self.SALT, 'sha256', no_hashtree=False) 85 self.SALT, 'sha256', no_hashtree=True) 87 no_hashtree=True) 120 no_hashtree=True) 136 no_hashtree=True)
|
D | sign_target_files_apks | 584 no_hashtree=None, # Let apex_util determine if hash tree is needed
|