8 #ifndef __PSA_CLIENT_SERVICE_APIS_H__
9 #define __PSA_CLIENT_SERVICE_APIS_H__
void tfm_spm_psa_write(uint32_t *args)
SVC handler for psa_write.
void tfm_spm_psa_reply(uint32_t *args)
SVC handler for psa_reply.
psa_signal_t tfm_spm_psa_wait(uint32_t *args)
SVC handler for psa_wait.
uint32_t tfm_spm_get_lifecycle_state(void)
uint32_t tfm_spm_psa_framework_version(void)
SVC handler for psa_framework_version.
psa_status_t tfm_spm_psa_get(uint32_t *args)
SVC handler for psa_get.
psa_status_t tfm_spm_psa_call(uint32_t *args, bool ns_caller, uint32_t lr)
SVC handler for psa_call.
size_t tfm_spm_psa_skip(uint32_t *args)
SVC handler for psa_skip.
void tfm_spm_psa_panic(void)
Terminate execution within the calling Secure Partition and will not return.
size_t tfm_spm_psa_read(uint32_t *args)
SVC handler for psa_read.
uint32_t tfm_spm_psa_version(uint32_t *args, bool ns_caller)
SVC handler for psa_version.
void tfm_spm_psa_clear(void)
SVC handler for psa_clear.
void tfm_spm_psa_notify(uint32_t *args)
SVC handler for psa_notify.
void tfm_spm_psa_close(uint32_t *args, bool ns_caller)
SVC handler for psa_close.
void tfm_spm_psa_set_rhandle(uint32_t *args)
SVC handler for psa_set_rhandle.
int32_t psa_status_t
Function return status.
psa_status_t tfm_spm_psa_connect(uint32_t *args, bool ns_caller)
SVC handler for psa_connect.
void tfm_spm_psa_eoi(uint32_t *args)
SVC handler for psa_eoi.