Searched defs:AvbHashtreeDescriptor (Results 1 – 4 of 4) sorted by relevance
69 typedef struct AvbHashtreeDescriptor { struct86 } AVB_ATTR_PACKED AvbHashtreeDescriptor; argument
271 struct AvbHashtreeDescriptor struct273 UInt32 dm_verity_version;274 UInt64 image_size;275 UInt64 tree_offset;276 UInt64 tree_size;277 UInt32 data_block_size;278 UInt32 hash_block_size;279 UInt32 fec_num_roots;280 UInt64 fec_offset;281 UInt64 fec_size;[all …]
74 unsafe impl ValidateAndByteswap for AvbHashtreeDescriptor { implementation
1356 class AvbHashtreeDescriptor(AvbDescriptor): class