8 #ifndef __TFM_PSA_CLIENT_CALL_H__
9 #define __TFM_PSA_CLIENT_CALL_H__
92 bool ns_caller, uint32_t privileged);
uint32_t tfm_spm_client_psa_version(uint32_t sid, bool ns_caller)
handler for psa_version.
psa_status_t tfm_spm_client_psa_call(psa_handle_t handle, int32_t type, const psa_invec *inptr, size_t in_num, psa_outvec *outptr, size_t out_num, bool ns_caller, uint32_t privileged)
handler for psa_call.
psa_status_t tfm_spm_client_psa_connect(uint32_t sid, uint32_t version, bool ns_caller)
handler for psa_connect.
void tfm_spm_client_psa_close(psa_handle_t handle, bool ns_caller)
handler for psa_close.
uint32_t tfm_spm_client_psa_framework_version(void)
handler for psa_framework_version.
int32_t psa_status_t
Function return status.