Home
last modified time | relevance | path

Searched refs:root_hash (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/releasetools/
Dverity_utils.py97 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument
101 verity_metadata_path, root_hash, salt, block_device, signer_path, key]
322 root_hash, salt = BuildVerityTree(out_file, verity_image_path)
326 image_size, verity_metadata_path, root_hash, salt, self.block_device,
520 self.root_hash = None
648 self.hashtree_info.root_hash = table_entries[8].decode()
661 root_hash, salt = BuildVerityTree(adjusted_partition, generated_verity_tree)
668 if root_hash != self.hashtree_info.root_hash:
671 root_hash, self.hashtree_info.root_hash)
Dtest_verity_utils.py125 self.assertEqual(self.expected_root_hash, generator.hashtree_info.root_hash)
139 info.root_hash = self.expected_root_hash
155 info.root_hash = "a" + self.expected_root_hash[1:]
170 self.assertEqual(self.expected_root_hash, info.root_hash)
Dblockimgdiff.py546 self.tgt.hashtree_info.root_hash))