Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_call_api.c30 size_t ovec_num = PARAM_UNPACK_OUT_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()
78 ovec_num * sizeof(psa_outvec), TFM_HAL_ACCESS_READWRITE | ns_access); in spm_associate_call_params()
84 spm_memcpy(ovecs_local, outptr, ovec_num * sizeof(psa_outvec)); in spm_associate_call_params()
138 for (i = 0; i < ovec_num; i++) { in spm_associate_call_params()