Home
last modified time | relevance | path

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

/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool2139 def verify_image(self, image_filename, key_path, expected_chain_partitions): argument
2149 if expected_chain_partitions:
2151 for cp in expected_chain_partitions:
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py2490 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument
2509 if expected_chain_partitions:
2510 for cp in expected_chain_partitions: