Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm_ipc.c281 struct connection_t *p_conn_handle = handle_to_connection(msg_handle); in spm_msg_handle_to_connection() local
283 if (spm_validate_connection(p_conn_handle) != PSA_SUCCESS) { in spm_msg_handle_to_connection()
289 if (partition_id != p_conn_handle->service->partition->p_ldinf->pid) { in spm_msg_handle_to_connection()
293 return p_conn_handle; in spm_msg_handle_to_connection()