Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_call_api.c29 size_t ivec_num = PARAM_UNPACK_IN_LEN(ctrl_param); in spm_associate_call_params() local
47 if ((ivec_num > SIZE_MAX - ovec_num) || in spm_associate_call_params()
48 (ivec_num + ovec_num > PSA_MAX_IOVEC)) { in spm_associate_call_params()
63 ivec_num * sizeof(psa_invec), TFM_HAL_ACCESS_READABLE | ns_access); in spm_associate_call_params()
69 spm_memcpy(ivecs_local, inptr, ivec_num * sizeof(psa_invec)); in spm_associate_call_params()
91 for (i = 0; i + 1 < ivec_num; i++) { in spm_associate_call_params()
92 for (j = i + 1; j < ivec_num; j++) { in spm_associate_call_params()
115 for (i = 0; i < ivec_num; i++) { in spm_associate_call_params()