Lines Matching defs:AvbHashtreeDescriptor
271 struct AvbHashtreeDescriptor struct
273 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;
282 Byte hash_algorithm[32];
283 UInt32 partition_name_len;
284 UInt32 salt_len;
285 UInt32 root_digest_len;
286 UInt32 flags;
287 Byte reserved[60];
288 void Parse(const Byte *p) in Parse()