Home
last modified time | relevance | path

Searched defs:num_params (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/tee/
H A Dentry_std.c185 uint32_t num_params, in copy_in_params()
265 struct tee_ta_param *param, uint32_t num_params) in cleanup_shm_refs()
287 static void copy_out_param(struct tee_ta_param *ta_param, uint32_t num_params, in copy_out_param()
327 static TEE_Result get_open_session_meta(size_t num_params, in get_open_session_meta()
364 static void entry_open_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_open_session()
412 static void entry_close_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_close_session()
432 static void entry_invoke_command(struct optee_msg_arg *arg, uint32_t num_params) in entry_invoke_command()
464 static void entry_cancel(struct optee_msg_arg *arg, uint32_t num_params) in entry_cancel()
491 static void register_shm(struct optee_msg_arg *arg, uint32_t num_params) in register_shm()
514 static void unregister_shm(struct optee_msg_arg *arg, uint32_t num_params) in unregister_shm()
[all …]
H A Dtee_svc_cryp.c2323 tee_svc_obj_ed25519_parse_params(const TEE_Attribute *params, size_t num_params, in tee_svc_obj_ed25519_parse_params()
2373 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_sign()
2398 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_verify()
4392 static int pkcs1_get_salt_len(const TEE_Attribute *params, uint32_t num_params, in pkcs1_get_salt_len()
4415 size_t num_params, const void *src_data, size_t src_len, in syscall_asymm_operate()
4647 size_t num_params, const void *data, size_t data_len, in syscall_asymm_verify()
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c101 size_t *num_params, struct optee_msg_arg **arg, in get_msg_arg()
144 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std()
188 size_t num_params = 0; in std_entry_with_parg() local
243 size_t num_params = 0; in std_entry_with_regd_arg() local
461 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg()
535 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res()
562 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c100 size_t *num_params, struct optee_msg_arg **arg, in get_msg_arg()
143 static uint32_t call_entry_std(struct optee_msg_arg *arg, size_t num_params, in call_entry_std()
187 size_t num_params = 0; in std_entry_with_parg() local
242 size_t num_params = 0; in std_entry_with_regd_arg() local
460 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg()
534 static uint32_t get_rpc_arg_res(struct optee_msg_arg *arg, size_t num_params, in get_rpc_arg_res()
561 uint32_t thread_rpc_cmd(uint32_t cmd, size_t num_params, in thread_rpc_cmd()
H A Dthread_spmc.c2042 uint32_t num_params = 0; in yielding_call_with_arg() local
2134 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() argument
2187 get_rpc_arg_res(struct optee_msg_arg * arg,size_t num_params,struct thread_param * params) get_rpc_arg_res() argument
2210 thread_rpc_cmd(uint32_t cmd,size_t num_params,struct thread_param * params) thread_rpc_cmd() argument
[all...]
/optee_os/core/include/tee/
H A Dtee_fs_rpc.h22 size_t num_params; member
/optee_os/core/arch/arm/plat-stm/
H A Dmain.c51 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()
/optee_os/core/include/
H A Doptee_msg.h218 uint32_t num_params; member
232 #define OPTEE_MSG_GET_ARG_SIZE(num_params) \ argument