Searched refs:add_hashtree_footer (Results 1 – 3 of 3) sorted by relevance
/external/avb/ |
D | README.md | 142 `add_hash_footer` and `add_hashtree_footer` operations. This makes it 413 $ avbtool add_hashtree_footer \ 467 `avbtool add_hashtree_footer` commands on it, use the 474 $ avbtool add_hashtree_footer --partition_size $((10*1024*1024)) \ 480 `add_hashtree_footer` commands use the 490 Alternatively, `--no_hashtree` can be used with `avbtool add_hashtree_footer` 497 `add_hash_footer` and `add_hashtree_footer` commands to specify any 709 to specify additional options passed to `avbtool add_hashtree_footer` 715 to specify additional options passed to `avbtool add_hashtree_footer` 836 `add_hashtree_footer` avbtool operations. Then, during verification of [all …]
|
D | avbtool.py | 3519 def add_hashtree_footer(self, image_filename, partition_size, partition_name, member in Avb 4409 sub_parser.set_defaults(func=self.add_hashtree_footer) 4753 def add_hashtree_footer(self, args): member in AvbTool 4762 self.avb.add_hashtree_footer(
|
D | avbtool | 3519 def add_hashtree_footer(self, image_filename, partition_size, partition_name, member in Avb 4409 sub_parser.set_defaults(func=self.add_hashtree_footer) 4753 def add_hashtree_footer(self, args): member in AvbTool 4762 self.avb.add_hashtree_footer(
|