Searched defs:verity_info (Results 1 – 1 of 1) sorted by relevance
77 struct verity_info { struct78 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