Home
last modified time | relevance | path

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

/kernel/linux/common_modules/tzdriver/core/
Dtc_client_driver.c205 static int tc_ns_get_tee_version(const struct tc_ns_dev_file *dev_file, in tc_ns_get_tee_version()
251 static int get_pack_name_len(struct tc_ns_dev_file *dev_file, in get_pack_name_len()
270 static int get_public_key_len(struct tc_ns_dev_file *dev_file, in get_public_key_len()
289 static int get_public_key(struct tc_ns_dev_file *dev_file, in get_public_key()
326 static int alloc_login_buf(struct tc_ns_dev_file *dev_file, in alloc_login_buf()
356 static int tc_login_check(const struct tc_ns_dev_file *dev_file) in tc_login_check()
374 static int tc_ns_client_login_func(struct tc_ns_dev_file *dev_file, in tc_ns_client_login_func()
440 int tc_ns_client_open(struct tc_ns_dev_file **dev_file, uint8_t kernel_api) in tc_ns_client_open()
533 struct tc_ns_dev_file *dev_file = NULL; in shared_vma_close() local
579 const struct tc_ns_dev_file *dev_file, bool *only_remap) in find_sharedmem()
[all …]
Dsession_manager.c189 unsigned int session_id, const struct tc_ns_dev_file *dev_file) in tc_find_session_withowner()
225 struct tc_ns_dev_file *dev_file = NULL; in tc_find_session_by_uuid() local
316 int tc_ns_load_secfile(struct tc_ns_dev_file *dev_file, in tc_ns_load_secfile()
396 static int set_login_information_uname(struct tc_ns_dev_file *dev_file, uint32_t uid) in set_login_information_uname()
414 static int set_login_information_uid(struct tc_ns_dev_file *dev_file, uint32_t ca_uid) in set_login_information_uid()
431 static int set_login_information(struct tc_ns_dev_file *dev_file, in set_login_information()
491 static int check_login_method(struct tc_ns_dev_file *dev_file, in check_login_method()
597 static struct tc_ns_service *find_service(struct tc_ns_dev_file *dev_file, in find_service()
913 static int load_ta_image(struct tc_ns_dev_file *dev_file, in load_ta_image()
952 static void init_new_sess_node(struct tc_ns_dev_file *dev_file, in init_new_sess_node()
[all …]
Dtz_update_crl.c27 int send_crl_to_tee(const char *crl_buffer, uint32_t crl_len, const struct tc_ns_dev_file *dev_file) in send_crl_to_tee()
79 int tc_ns_update_ta_crl(const struct tc_ns_dev_file *dev_file, void __user *argp) in tc_ns_update_ta_crl()
151 int tz_update_crl(const char *file_path, const struct tc_ns_dev_file *dev_file) in tz_update_crl()
Dagent.c363 void send_event_response_single(const struct tc_ns_dev_file *dev_file) in send_event_response_single()
735 static void init_restart_agent_node(struct tc_ns_dev_file *dev_file, in init_restart_agent_node()
748 static int create_new_agent_node(struct tc_ns_dev_file *dev_file, in create_new_agent_node()
867 struct smc_event_data **event_data, struct tc_ns_dev_file *dev_file, bool *find_flag) in is_agent_already_exist()
964 int tc_ns_register_agent(struct tc_ns_dev_file *dev_file, in tc_ns_register_agent()
1068 bool is_system_agent(const struct tc_ns_dev_file *dev_file) in is_system_agent()
1091 void send_crashed_event_response_all(const struct tc_ns_dev_file *dev_file) in send_crashed_event_response_all()
1118 void tee_agent_clear_dev_owner(const struct tc_ns_dev_file *dev_file) in tee_agent_clear_dev_owner()
Dteek_client_api.c395 struct tc_ns_dev_file *dev_file = NULL; in check_open_sess_params() local
/kernel/linux/common_modules/tzdriver/auth/
Dclient_hash_auth.h32 static inline int calc_client_auth_hash(struct tc_ns_dev_file *dev_file, in calc_client_auth_hash()
Dclient_hash_auth.c301 int calc_client_auth_hash(struct tc_ns_dev_file *dev_file, in calc_client_auth_hash()
362 static int construct_hashdata(struct tc_ns_dev_file *dev_file, in construct_hashdata()
/kernel/linux/common_modules/tzdriver/tui/
Dtui.h267 static inline int tc_ns_tui_event(struct tc_ns_dev_file *dev_file, const void *argp) in tc_ns_tui_event()
Dtui.c1985 int tc_ns_tui_event(struct tc_ns_dev_file *dev_file, const void *argp)
/kernel/linux/common_modules/tzdriver/
Dtui.h267 static inline int tc_ns_tui_event(struct tc_ns_dev_file *dev_file, const void *argp) in tc_ns_tui_event()
Dteek_ns_client.h216 struct tc_ns_dev_file *dev_file; member