Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/lib/teelib/libtaentry/src/
Delf_main_entry.c115 const struct ta_routine_info *routine) in ta_invoke_command_entry_point()
126 static TEE_Result ta_create_entry_point(const struct ta_routine_info *routine) in ta_create_entry_point()
138 const struct ta_routine_info *routine) in ta_open_session_entry_point()
149 …tic void ta_close_session_entry_point(void *session_context, const struct ta_routine_info *routine) in ta_close_session_entry_point()
159 static void ta_destroy_entry_point(const struct ta_routine_info *routine) in ta_destroy_entry_point()
215 const struct ta_routine_info *routine) in tee_task_entry_open_session_check()
/base/tee/tee_os_framework/framework/tarunner/src/
Dmain.c221 static int32_t get_routine_info(void *handle, uint32_t size, struct ta_routine_info *routine) in get_routine_info()
243 struct ta_routine_info *routine = NULL; in lib_tee_task_entry() local