Home
last modified time | relevance | path

Searched refs:kernel_api (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
Dgp_ops.h27 const void *src, size_t size, uint8_t kernel_api);
29 const void __user *src, size_t size, uint8_t kernel_api);
Dgp_ops.c241 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 …]
Dtc_client_driver.h33 int tc_ns_client_open(struct tc_ns_dev_file **dev_file, uint8_t kernel_api);
Dtc_client_driver.c440 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()
Dsession_manager.c512 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/
Dclient_hash_auth.c259 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/
Dteek_ns_client.h107 uint8_t kernel_api; member