Home
last modified time | relevance | path

Searched refs:invecs (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.5.0/secure_fw/spm/ffm/
Dpsa_call_api.c26 psa_invec invecs[PSA_MAX_IOVEC]; in tfm_spm_client_psa_call() local
148 spm_memset(invecs, 0, sizeof(invecs)); in tfm_spm_client_psa_call()
152 spm_memcpy(invecs, inptr, in_num * sizeof(psa_invec)); in tfm_spm_client_psa_call()
161 curr_partition->boundary, (uintptr_t)invecs[i].base, in tfm_spm_client_psa_call()
162 invecs[i].len, TFM_HAL_ACCESS_READABLE); in tfm_spm_client_psa_call()
175 if (!((char *) invecs[j].base + invecs[j].len <= in tfm_spm_client_psa_call()
176 (char *) invecs[i].base || in tfm_spm_client_psa_call()
177 (char *) invecs[j].base >= in tfm_spm_client_psa_call()
178 (char *) invecs[i].base + invecs[i].len)) { in tfm_spm_client_psa_call()
199 p_connection->msg.in_size[i] = invecs[i].len; in tfm_spm_client_psa_call()
[all …]
/trusted-firmware-m-3.5.0/docs/design_docs/services/
Dsecure_partition_runtime_library.rst150 status = psa_call(handle, type, invecs, inlen, outvecs, outlen);