Lines Matching defs:mem_tpm_mgr
180 struct mem_tpm_mgr { struct
181 struct key128 tm_key;
182 aes_context tm_key_e;
183 struct key128 nv_key;
184 uuid_t uuid;
186 be32_t nvram_slot;
187 struct tpm_authdata nvram_auth;
188 be32_t counter_index;
189 struct tpm_authdata counter_auth;
190 be32_t counter_value;
192 uint64_t sequence;
194 int active_root;
196 int nr_groups;
197 struct mem_group_hdr *groups;
199 int root_seals_valid;