8 #ifndef __TFM_SS_CORE_TEST_2_H__
9 #define __TFM_SS_CORE_TEST_2_H__
psa_status_t spm_core_test_2_sfn_invert(struct psa_invec *in_vec, size_t in_len, struct psa_outvec *out_vec, size_t out_len)
Bitwise inverts the buffer received as input.
psa_status_t spm_core_test_2_check_caller_client_id(struct psa_invec *in_vec, size_t in_len, struct psa_outvec *out_vec, size_t out_len)
A minimal test secure function to be called from another partition.
psa_status_t spm_core_test_2_slave_service(struct psa_invec *in_vec, size_t in_len, struct psa_outvec *out_vec, size_t out_len)
A minimal test service to be called from another service.
int32_t psa_status_t
Function return status.