Searched refs:root_hash (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | verity_utils.py | 107 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument 111 verity_metadata_path, root_hash, salt, block_device, signer_path, key] 332 root_hash, salt = BuildVerityTree(out_file, verity_image_path) 336 image_size, verity_metadata_path, root_hash, salt, self.block_device, 530 self.root_hash = None 658 self.hashtree_info.root_hash = table_entries[8].decode() 671 root_hash, salt = BuildVerityTree(adjusted_partition, generated_verity_tree) 678 if root_hash != self.hashtree_info.root_hash: 681 root_hash, self.hashtree_info.root_hash)
|
D | test_verity_utils.py | 126 self.assertEqual(self.expected_root_hash, generator.hashtree_info.root_hash) 140 info.root_hash = self.expected_root_hash 156 info.root_hash = "a" + self.expected_root_hash[1:] 171 self.assertEqual(self.expected_root_hash, info.root_hash)
|