Searched refs:out_parameter_set (Results 1 – 3 of 3) sorted by relevance
274 fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in preprocess_operation() argument285 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()
227 fuchsia_hardware_tee_ParameterSet* out_parameter_set);277 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument278 return Message::CreateOutputParameterSet(kNumFixedOpenSessionParams, out_parameter_set); in CreateOutputParameterSet()321 zx_status_t CreateOutputParameterSet(fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument322 return Message::CreateOutputParameterSet(0, out_parameter_set); in CreateOutputParameterSet()
179 fuchsia_hardware_tee_ParameterSet* out_parameter_set) { in CreateOutputParameterSet() argument180 ZX_DEBUG_ASSERT(out_parameter_set != nullptr); in CreateOutputParameterSet()239 *out_parameter_set = parameter_set; in CreateOutputParameterSet()
Completed in 836 milliseconds