Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h260 psa_status_t tfm_spm_client_psa_close(psa_handle_t handle);
263 #define tfm_spm_client_psa_close NULL macro
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_connection_api.c94 psa_status_t tfm_spm_client_psa_close(psa_handle_t handle) in tfm_spm_client_psa_close() function
Dpsa_interface_thread_fn_call.c151 TFM_THREAD_FN_CALL_ENTRY(tfm_spm_client_psa_close); in psa_close_thread_fn_call()
Dpsa_interface_sfn.c151 stat = tfm_spm_client_psa_close(handle); in psa_close()
Dtfm_svcalls.c61 (psa_api_svc_func_t)tfm_spm_client_psa_close,