Home
last modified time | relevance | path

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

/optee_os/core/pta/
A Dscmi.c17 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in cmd_capabilities() local
23 if (ptypes != exp_ptypes) in cmd_capabilities()
38 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in cmd_process_smt_channel() local
44 if (ptypes != exp_ptypes) in cmd_process_smt_channel()
65 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in cmd_process_smt_message() local
72 if (ptypes != exp_ptypes) in cmd_process_smt_message()
103 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in cmd_get_channel_handle() local
110 if (ptypes != exp_ptypes) in cmd_get_channel_handle()

Completed in 2 milliseconds