struct AvbDescriptor
Defined at line 62 of file ../../third_party/android/platform/external/avb/include/libavb/../../libavb/avb_descriptor.h
The header for a serialized descriptor.
A descriptor always have two fields, a |tag| (denoting its type,
see the |AvbDescriptorTag| enumeration) and the size of the bytes
following, |num_bytes_following|.
For padding, |num_bytes_following| is always a multiple of 8.
Public Members
uint64_t tag
uint64_t num_bytes_following