Home
last modified time | relevance | path

Searched defs:AvbVBMetaImageHeader (Results 1 – 2 of 2) sorted by relevance

/external/avb/libavb/
Davb_vbmeta_image.h125 typedef struct AvbVBMetaImageHeader { struct
127 uint8_t magic[AVB_MAGIC_LEN];
130 uint32_t required_libavb_version_major;
132 uint32_t required_libavb_version_minor;
135 uint64_t authentication_data_block_size;
137 uint64_t auxiliary_data_block_size;
140 uint32_t algorithm_type;
143 uint64_t hash_offset;
145 uint64_t hash_size;
148 uint64_t signature_offset;
[all …]
/external/lzma/CPP/7zip/Archive/
DAvbHandler.cpp109 struct AvbVBMetaImageHeader struct
115 UInt32 required_libavb_version_major;
117 UInt32 required_libavb_version_minor;
120 UInt64 authentication_data_block_size;
122 UInt64 auxiliary_data_block_size;
125 UInt32 algorithm_type;
128 UInt64 hash_offset;
130 UInt64 hash_size;
133 UInt64 signature_offset;
135 UInt64 signature_size;
[all …]