Lines Matching refs:tmp_len
97 size_t *tmp_len, void *tmp_va[TEE_NUM_PARAMS]) in map_tmp_param() argument
115 *tmp_len = 0; in map_tmp_param()
149 *tmp_len = tbl; in map_tmp_param()
328 size_t tmp_len = 0; in TEE_OpenTASession() local
340 res = map_tmp_param(&up, &tmp_buf, &tmp_len, tmp_va); in TEE_OpenTASession()
347 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_OpenTASession()
377 size_t tmp_len = 0; in __GP11_TEE_OpenTASession() local
387 res = map_tmp_param(&up, &tmp_buf, &tmp_len, tmp_va); in __GP11_TEE_OpenTASession()
394 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in __GP11_TEE_OpenTASession()
433 size_t tmp_len = 0; in TEE_InvokeTACommand() local
447 res = map_tmp_param(&up, &tmp_buf, &tmp_len, tmp_va); in TEE_InvokeTACommand()
455 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_InvokeTACommand()
486 size_t tmp_len = 0; in __GP11_TEE_InvokeTACommand() local
498 res = map_tmp_param(&up, &tmp_buf, &tmp_len, tmp_va); in __GP11_TEE_InvokeTACommand()
506 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in __GP11_TEE_InvokeTACommand()