Searched refs:exp_ptypes (Results 1 – 1 of 1) sorted by relevance
17 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in cmd_capabilities() local23 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() local44 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() local72 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() local110 if (ptypes != exp_ptypes) in cmd_get_channel_handle()
Completed in 2 milliseconds