Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h244 psa_status_t tfm_spm_client_psa_connect(uint32_t sid, uint32_t version);
262 #define tfm_spm_client_psa_connect NULL macro
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_connection_api.c20 psa_status_t tfm_spm_client_psa_connect(uint32_t sid, uint32_t version) in tfm_spm_client_psa_connect() function
Dpsa_interface_thread_fn_call.c144 TFM_THREAD_FN_CALL_ENTRY(tfm_spm_client_psa_connect); in psa_connect_thread_fn_call()
Dpsa_interface_sfn.c124 stat = tfm_spm_client_psa_connect(sid, version); in psa_connect()
Dtfm_svcalls.c60 (psa_api_svc_func_t)tfm_spm_client_psa_connect,