struct AvbChainPartitionDescriptor

Defined at line 51 of file ../../third_party/android/platform/external/avb/include/libavb/../../libavb/avb_chain_partition_descriptor.h

A descriptor containing a pointer to signed integrity data stored

on another partition. The descriptor contains the partition name in

question (without the A/B suffix), the public key used to sign the

integrity data, and rollback index location to use for rollback

protection.

Following this struct are |partition_name_len| bytes of the

partition name (UTF-8 encoded) and |public_key_len| bytes of the

public key.

The |reserved| field is for future expansion and must be set to NUL

bytes.

Public Members

AvbDescriptor parent_descriptor
uint32_t rollback_index_location
uint32_t partition_name_len
uint32_t public_key_len
uint8_t[64] reserved