Searched defs:ta_init_msg (Results 1 – 2 of 2) sorted by relevance
260 struct ta_init_msg { struct261 void *fs_mem; /* fs agent share mem */262 void *misc_mem; /* misc agent share mem */263 struct ta_property prop;264 uint32_t login_method;265 void *time_data;266 TEE_Time sys_time;267 uint32_t rtc_time;
111 typedef struct ta_init_msg_64 ta_init_msg; typedef