Home
last modified time | relevance | path

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

/system/ulib/tee-client-api/
A Dtee-client-api.c274 fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in preprocess_operation() argument
285 out_parameter_set->parameters[i].tag = fuchsia_hardware_tee_ParameterTag_none; in preprocess_operation()
291 &out_parameter_set->parameters[i]); in preprocess_operation()
297 &out_parameter_set->parameters[i]); in preprocess_operation()
301 &out_parameter_set->parameters[i]); in preprocess_operation()
307 &out_parameter_set->parameters[i]); in preprocess_operation()
316 close_all_vmos(out_parameter_set); in preprocess_operation()
321 out_parameter_set->count = TEEC_NUM_PARAMS_MAX; in preprocess_operation()
/system/dev/tee/optee/
A Doptee-message.h227 fuchsia_hardware_tee_ParameterSet* out_parameter_set);
277 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument
278 return Message::CreateOutputParameterSet(kNumFixedOpenSessionParams, out_parameter_set); in CreateOutputParameterSet()
321 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument
322 return Message::CreateOutputParameterSet(0, out_parameter_set); in CreateOutputParameterSet()
A Doptee-message.cpp179 fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument
180 ZX_DEBUG_ASSERT(out_parameter_set != nullptr); in CreateOutputParameterSet()
239 *out_parameter_set = parameter_set; in CreateOutputParameterSet()

Completed in 12 milliseconds