Home
last modified time | relevance | path

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

/external/avb/
DREADME.md151 calculate_vbmeta_digest` and also at runtime using the
540 The `calculate_vbmeta_digest` command can be used to calculate the vbmeta digest
544 $ avbtool calculate_vbmeta_digest \
549 In this example the `calculate_vbmeta_digest` command loads the `vbmeta.img`
Davbtool2306 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): member in Avb
4105 sub_parser.set_defaults(func=self.calculate_vbmeta_digest)
4373 def calculate_vbmeta_digest(self, args): member in AvbTool
4375 self.avb.calculate_vbmeta_digest(args.image.name, args.hash_algorithm,