commit | f27528641184f4805d9bd7705187d8d0f871baa6 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Jan 18 11:51:25 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Jan 30 12:03:37 2023 +0000 |
tree | e72f9057a60a95a9edbe685b688955576fbeebbb | |
parent | 8ce72beb2fede707a8c79c279426a678b4618311 [diff] |
[avb] Collect hash descriptors when verification succeeds This cl uses `avb_descriptor_foreach()` to collect all the hash descriptors once the verification succeeds and checks that there's no unknown, duplicated or non-hash descriptor in the vbmeta. We will extract the partition digest from the collected hash descriptors later. Bug: 256148034 Bug: 265897559 Test: m pvmfw_img && atest libpvmfw_avb.integration_test Change-Id: Ifa0a91f1e4384007e58d99585d72cdee81bd8dbc
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.