Home
last modified time | relevance | path

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

/external/avb/
DREADME.md141 `add_hash_footer` and `add_hashtree_footer` operations. This makes it
389 $ avbtool add_hashtree_footer \
427 `avbtool add_hashtree_footer` commands on it, use the
434 $ avbtool add_hashtree_footer --partition_size $((10*1024*1024)) \
440 `add_hashtree_footer` commands use the
451 `add_hash_footer` and `add_hashtree_footer` commands to specify any
634 to specify additional options passed to `avbtool add_hashtree_footer`
640 to specify additional options passed to `avbtool add_hashtree_footer`
761 `add_hashtree_footer` avbtool operations. Then, during verification of
773 `add_hash_footer` or `add_hashtree_footer`, avbtool will generate a
Davbtool3162 def add_hashtree_footer(self, image_filename, partition_size, partition_name, member in Avb
4016 sub_parser.set_defaults(func=self.add_hashtree_footer)
4313 def add_hashtree_footer(self, args): member in AvbTool
4322 self.avb.add_hashtree_footer(args.image.name if args.image else None,