Home | History | Annotate | Download | only in avb

Lines Matching refs:verify_image

549   # is OK since 'avbtool verify_image' is not expected to run on the
1085 """Verifies contents of the descriptor - used in verify_image sub-command.
1169 """Verifies contents of the descriptor - used in verify_image sub-command.
1329 """Verifies contents of the descriptor - used in verify_image sub-command.
1481 """Verifies contents of the descriptor - used in verify_image sub-command.
1586 """Verifies contents of the descriptor - used in verify_image sub-command.
1687 """Verifies contents of the descriptor - used in verify_image sub-command.
2139 def verify_image(self, image_filename, key_path, expected_chain_partitions):
2140 """Implements the 'verify_image' command.
3782 'verify_image',
3796 sub_parser.set_defaults(func=self.verify_image)
3996 def verify_image(self, args):
3997 """Implements the 'verify_image' sub-command."""
3998 self.avb.verify_image(args.image.name, args.key,