Searched refs:calculate_vbmeta_digest (Results 1 – 3 of 3) sorted by relevance
/external/avb/ |
D | README.md | 152 calculate_vbmeta_digest` and also at runtime using the 590 The `calculate_vbmeta_digest` command can be used to calculate the vbmeta digest 594 $ avbtool calculate_vbmeta_digest \ 599 In this example the `calculate_vbmeta_digest` command loads the `vbmeta.img` 616 `calculate_vbmeta_digest` and `verify_image` commands, chain partitions are
|
D | avbtool.py | 2647 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): member in Avb 4533 sub_parser.set_defaults(func=self.calculate_vbmeta_digest) 4825 def calculate_vbmeta_digest(self, args): member in AvbTool 4827 self.avb.calculate_vbmeta_digest(args.image.name, args.hash_algorithm,
|
D | avbtool | 2647 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): member in Avb 4533 sub_parser.set_defaults(func=self.calculate_vbmeta_digest) 4825 def calculate_vbmeta_digest(self, args): member in AvbTool 4827 self.avb.calculate_vbmeta_digest(args.image.name, args.hash_algorithm,
|