| /optee_os/core/tee/ |
| H A D | entry_std.c | 185 uint32_t num_params, in copy_in_params() argument 265 struct tee_ta_param *param, uint32_t num_params) in cleanup_shm_refs() argument 287 static void copy_out_param(struct tee_ta_param *ta_param, uint32_t num_params, in copy_out_param() argument 327 static TEE_Result get_open_session_meta(size_t num_params, in get_open_session_meta() argument 364 static void entry_open_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_open_session() argument 412 entry_close_session(struct optee_msg_arg * arg,uint32_t num_params) entry_close_session() argument 432 entry_invoke_command(struct optee_msg_arg * arg,uint32_t num_params) entry_invoke_command() argument 464 entry_cancel(struct optee_msg_arg * arg,uint32_t num_params) entry_cancel() argument 491 register_shm(struct optee_msg_arg * arg,uint32_t num_params) register_shm() argument 514 unregister_shm(struct optee_msg_arg * arg,uint32_t num_params) unregister_shm() argument 532 lend_protmem(struct optee_msg_arg * arg,uint32_t num_params) lend_protmem() argument 568 assign_protmem(struct optee_msg_arg * arg,uint32_t num_params) assign_protmem() argument 586 reclaim_protmem(struct optee_msg_arg * arg,uint32_t num_params) reclaim_protmem() argument 604 get_protmem_config(struct optee_msg_arg * arg,uint32_t num_params) get_protmem_config() argument 683 tee_entry_std(struct optee_msg_arg * arg,uint32_t num_params) tee_entry_std() argument 692 __tee_entry_std(struct optee_msg_arg * arg,uint32_t num_params) __tee_entry_std() argument [all...] |
| H A D | tee_svc_cryp.c | 2323 tee_svc_obj_ed25519_parse_params(const TEE_Attribute *params, size_t num_params, in tee_svc_obj_ed25519_parse_params() argument 2373 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_sign() argument 2398 const TEE_Attribute *params, size_t num_params) in tee_svc_obj_ed25519_verify() argument 4392 pkcs1_get_salt_len(const TEE_Attribute * params,uint32_t num_params,size_t default_len) pkcs1_get_salt_len() argument 4415 syscall_asymm_operate(unsigned long state,const struct utee_attribute * usr_params,size_t num_params,const void * src_data,size_t src_len,void * dst_data,uint64_t * dst_len) syscall_asymm_operate() argument 4647 syscall_asymm_verify(unsigned long state,const struct utee_attribute * usr_params,size_t num_params,const void * data,size_t data_len,const void * sig,size_t sig_len) syscall_asymm_verify() argument [all...] |
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 101 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 D | thread_optee_smc.c | 100 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 D | thread_spmc.c | 2046 uint32_t num_params = 0; in yielding_call_with_arg() local 2138 static uint32_t get_rpc_arg(uint32_t cmd, size_t num_params, in get_rpc_arg() argument 2191 get_rpc_arg_res(struct optee_msg_arg * arg,size_t num_params,struct thread_param * params) get_rpc_arg_res() argument 2214 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 D | tee_fs_rpc.h | 22 size_t num_params; member
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | main.c | 51 TEE_Result tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()
|
| /optee_os/core/include/ |
| H A D | optee_msg.h | 218 uint32_t num_params; member 232 #define OPTEE_MSG_GET_ARG_SIZE(num_params) \ argument
|