Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h450 psa_status_t tfm_spm_partition_psa_set_rhandle(psa_handle_t msg_handle, void *rhandle);
452 #define tfm_spm_partition_psa_set_rhandle NULL macro
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_connection_api.c129 psa_status_t tfm_spm_partition_psa_set_rhandle(psa_handle_t msg_handle, void *rhandle) in tfm_spm_partition_psa_set_rhandle() function
Dpsa_interface_thread_fn_call.c158 TFM_THREAD_FN_CALL_ENTRY(tfm_spm_partition_psa_set_rhandle); in psa_set_rhandle_thread_fn_call()
Dtfm_svcalls.c65 (psa_api_svc_func_t)tfm_spm_partition_psa_set_rhandle,