16 extern int32_t g_attest_caller_id;
31 *caller_id = g_attest_caller_id;
enum psa_attest_err_t attest_get_boot_data(uint8_t major_type, struct tfm_boot_data *boot_data, uint32_t len)
Copy the boot data (coming from boot loader) from shared memory area to service memory area...
psa_attest_err_t
Initial attestation service error types.
int32_t tfm_core_get_boot_data(uint8_t major_type, struct tfm_boot_data *boot_data, uint32_t len)
Retrieve secure partition related data from shared memory area, which stores shared data between boot...
Store the data for the runtime SW.
int32_t tfm_core_get_caller_client_id(int32_t *caller_client_id)
enum psa_attest_err_t attest_get_caller_client_id(int32_t *caller_id)
Get the ID of the caller thread.