Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_svcalls.c52 typedef psa_status_t (*psa_api_svc_func_t)(uint32_t p0, uint32_t p1, uint32_t p2, uint32_t p3); typedef
55 static psa_api_svc_func_t psa_api_svc_func_table[] = {
57 (psa_api_svc_func_t)tfm_spm_client_psa_framework_version,
58 (psa_api_svc_func_t)tfm_spm_client_psa_version,
59 (psa_api_svc_func_t)tfm_spm_client_psa_call,
60 (psa_api_svc_func_t)tfm_spm_client_psa_connect,
61 (psa_api_svc_func_t)tfm_spm_client_psa_close,
63 (psa_api_svc_func_t)tfm_spm_partition_psa_wait,
64 (psa_api_svc_func_t)tfm_spm_partition_psa_get,
65 (psa_api_svc_func_t)tfm_spm_partition_psa_set_rhandle,
[all …]