Searched refs:calculate_vbmeta_digest (Results 1 – 2 of 2) sorted by relevance
151 calculate_vbmeta_digest` and also at runtime using the540 The `calculate_vbmeta_digest` command can be used to calculate the vbmeta digest544 $ avbtool calculate_vbmeta_digest \549 In this example the `calculate_vbmeta_digest` command loads the `vbmeta.img`
2306 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): member in Avb4105 sub_parser.set_defaults(func=self.calculate_vbmeta_digest)4373 def calculate_vbmeta_digest(self, args): member in AvbTool4375 self.avb.calculate_vbmeta_digest(args.image.name, args.hash_algorithm,