Lines Matching refs:tmp_buf
27 void **tmp_buf, size_t *tmp_len, in copy_param() argument
45 *tmp_buf = NULL; in copy_param()
79 *tmp_buf = tb; in copy_param()
158 void *tmp_buf = NULL; in TEE_OpenTASession() local
168 res = copy_param(&up, paramTypes, params, &tmp_buf, &tmp_len, tmp_va); in TEE_OpenTASession()
174 if (tmp_buf) { in TEE_OpenTASession()
175 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_OpenTASession()
213 void *tmp_buf = NULL; in TEE_InvokeTACommand() local
225 res = copy_param(&up, paramTypes, params, &tmp_buf, &tmp_len, tmp_va); in TEE_InvokeTACommand()
232 if (tmp_buf) { in TEE_InvokeTACommand()
233 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_InvokeTACommand()