Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/spm/ffm/
Dpsa_api.c162 size_t out_num = (size_t)((ctrl_param & OUT_LEN_MASK) >> OUT_LEN_OFFSET); in tfm_spm_client_psa_call() local
171 if ((in_num > SIZE_MAX - out_num) || in tfm_spm_client_psa_call()
172 (in_num + out_num > PSA_MAX_IOVEC)) { in tfm_spm_client_psa_call()
269 out_num * sizeof(psa_outvec), TFM_HAL_ACCESS_READWRITE); in tfm_spm_client_psa_call()
279 spm_memcpy(outvecs, outptr, out_num * sizeof(psa_outvec)); in tfm_spm_client_psa_call()
314 for (i = 0; i < out_num; i++) { in tfm_spm_client_psa_call()
324 invecs, in_num, outvecs, out_num, outptr); in tfm_spm_client_psa_call()