Home
last modified time | relevance | path

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

/system/extras/libfec/
Dfec_private.h77 struct verity_info { struct
78 bool disabled;
79 char *table;
80 uint32_t hash_data_blocks;
81 uint32_t hash_size;
82 uint64_t hash_data_offset;
83 uint64_t hash_start;
84 uint8_t *hash;
85 uint32_t salt_size;
109 verity_info verity; argument