Searched refs:outvec_written (Results 1 – 6 of 6) sorted by relevance
178 if (num_bytes > handle->msg.out_size[outvec_idx] - handle->outvec_written[outvec_idx]) { in tfm_spm_partition_psa_write()206 handle->outvec_written[outvec_idx], buffer, num_bytes); in tfm_spm_partition_psa_write()209 handle->outvec_written[outvec_idx] += num_bytes; in tfm_spm_partition_psa_write()
281 handle->outvec_written[outvec_idx] = len; in tfm_spm_partition_psa_unmap_outvec()
87 size_t outvec_written[PSA_MAX_IOVEC]; /* Size of data written by psa_write */ member
148 p_connection->outvec_written[i] = 0; in spm_associate_call_params()
263 handle->outvec_written[i - OUTVEC_IDX_BASE] = 0; in tfm_spm_partition_psa_reply()
415 handle->caller_outvec[i].len = handle->outvec_written[i]; in update_caller_outvec_len()