Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h142 psa_status_t tfm_spm_agent_psa_close(psa_handle_t handle, int32_t ns_client_id);
146 #define tfm_spm_agent_psa_close NULL macro
150 #define tfm_spm_agent_psa_close NULL macro
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dmailbox_agent_api.c83 psa_status_t tfm_spm_agent_psa_close(psa_handle_t handle, in tfm_spm_agent_psa_close() function
Dpsa_interface_thread_fn_call.c257 TFM_THREAD_FN_CALL_ENTRY(tfm_spm_agent_psa_close); in agent_psa_close_thread_fn_call()
Dpsa_interface_sfn.c337 stat = tfm_spm_agent_psa_close(handle, ns_client_id); in agent_psa_close()
Dtfm_svcalls.c80 (psa_api_svc_func_t)tfm_spm_agent_psa_close,