Searched refs:verify_image (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 536 verify_image() { function 692 verify_image
|
/external/avb/ |
D | README.md | 486 The `verify_image` command can be used to verify the contents of 519 $ avbtool verify_image \ 530 In this example the `verify_image` command verifies the files 537 The `verify_image` command can also be used to check that a custom 551 as the `verify_image` command is used to load files for these (e.g. it assumes
|
D | avbtool | 2223 …def verify_image(self, image_filename, key_path, expected_chain_partitions, follow_chain_partition… member in Avb 2303 self.verify_image(chained_image_filename, key_path, None, False) 4089 sub_parser.set_defaults(func=self.verify_image) 4367 def verify_image(self, args): member in AvbTool 4369 self.avb.verify_image(args.image.name, args.key,
|
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 246 def verify_image(self): member in FlashromHandler
|