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]
318 root_hash, salt = BuildVerityTree(out_file, verity_image_path)
322 image_size, verity_metadata_path, root_hash, salt, self.block_device,
516 self.root_hash = None
644 self.hashtree_info.root_hash = table_entries[8]
657 root_hash, salt = BuildVerityTree(adjusted_partition, generated_verity_tree)
664 if root_hash != self.hashtree_info.root_hash:
667 root_hash, self.hashtree_info.root_hash)
Dtest_verity_utils.py124 self.assertEqual(self.expected_root_hash, generator.hashtree_info.root_hash)
137 info.root_hash = self.expected_root_hash
152 info.root_hash = "a" + self.expected_root_hash[1:]
166 self.assertEqual(self.expected_root_hash, info.root_hash)
Dblockimgdiff.py750 self.tgt.hashtree_info.root_hash))