Searched refs:kernel_api (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
D | gp_ops.h | 27 const void *src, size_t size, uint8_t kernel_api); 29 const void __user *src, size_t size, uint8_t kernel_api);
|
D | gp_ops.c | 241 const void __user *src, size_t size, uint8_t kernel_api) in read_from_client() argument 257 if (kernel_api != 0) { in read_from_client() 276 const void *src, size_t size, uint8_t kernel_api) in write_to_client() argument 293 if (kernel_api != 0) { in write_to_client() 721 kernel_params = call_params->dev->kernel_api; in alloc_operation() 797 call_params->dev->kernel_api) != 0) { in update_tmp_mem() 819 call_params->dev->kernel_api) != 0) { in update_tmp_mem() 849 sizeof(orig_size), call_params->dev->kernel_api) != 0) { in update_for_ref_mem() 857 call_params->dev->kernel_api) != 0) { in update_for_ref_mem() 903 call_params->dev->kernel_api) != 0) { in update_for_value() [all …]
|
D | tc_client_driver.h | 33 int tc_ns_client_open(struct tc_ns_dev_file **dev_file, uint8_t kernel_api);
|
D | tc_client_driver.c | 440 int tc_ns_client_open(struct tc_ns_dev_file **dev_file, uint8_t kernel_api) in tc_ns_client_open() argument 469 dev->kernel_api = kernel_api; in tc_ns_client_open()
|
D | session_manager.c | 512 if (dev_file->kernel_api == TEE_REQ_FROM_USER_MODE && in check_login_method() 733 if (params->dev_file->kernel_api == TEE_REQ_FROM_KERNEL_MODE) { in load_image_copy_file()
|
/kernel/linux/common_modules/tzdriver/auth/ |
D | client_hash_auth.c | 259 static int proc_calc_hash(uint8_t kernel_api, struct tc_ns_session *session, in proc_calc_hash() argument 266 if (kernel_api == TEE_REQ_FROM_USER_MODE) { in proc_calc_hash() 351 ret = proc_calc_hash(dev_file->kernel_api, session, cur_struct, dev_file->pub_key_len); in calc_client_auth_hash()
|
/kernel/linux/common_modules/tzdriver/ |
D | teek_ns_client.h | 107 uint8_t kernel_api; member
|