Home
last modified time | relevance | path

Searched refs:expected_chain_partitions_map (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py1214 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1231 del image_dir, image_ext, expected_chain_partitions_map
1320 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1494 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1662 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1775 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1884 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1900 value = expected_chain_partitions_map.get(self.partition_name)
2508 expected_chain_partitions_map = {}
2519 expected_chain_partitions_map[partition_name] = (
[all …]
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool1084 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1168 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1328 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1480 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1585 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1686 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1698 value = expected_chain_partitions_map.get(self.partition_name)
2148 expected_chain_partitions_map = {}
2159 expected_chain_partitions_map[partition_name] = (rollback_index_location, pk_blob)
2203 if not desc.verify(image_dir, image_ext, expected_chain_partitions_map):