struct AvbVBMetaData

Defined at line 175 of file ../../third_party/android/platform/external/avb/include/libavb/../../libavb/avb_slot_verify.h

AvbVBMetaData contains a vbmeta struct loaded from a partition when

using avb_slot_verify(). The |partition_name| field contains the

name of the partition (without A/B suffix), |vbmeta_data| points to

the loaded data which is |vbmeta_size| bytes long.

The |verify_result| field contains the result of

avb_vbmeta_image_verify() on the data. This is guaranteed to be

AVB_VBMETA_VERIFY_RESULT_OK for all vbmeta images if

avb_slot_verify() returns AVB_SLOT_VERIFY_RESULT_OK.

You can use avb_descriptor_get_all(), avb_descriptor_foreach(), and

avb_vbmeta_image_header_to_host_byte_order() with this data.

Public Members

char * partition_name
uint8_t * vbmeta_data
size_t vbmeta_size
 verify_result