![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "tfm_api.h"
#include "tfm_secure_api.h"
#include "service_api.h"
#include "attest.h"
#include "psa/initial_attestation.h"
#include "tfm_boot_status.h"
Go to the source code of this file.
Functions | |
enum psa_attest_err_t | attest_get_caller_client_id (int32_t *caller_id) |
Get the ID of the caller thread. More... | |
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. More... | |
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.
[in] | major_type | Major type of TLV entries to copy |
[out] | boot_data | Pointer to the buffer to store the boot data |
[in] | len | Size of the buffer to store the boot data |
Definition at line 38 of file tfm_attest.c.
enum psa_attest_err_t attest_get_caller_client_id | ( | int32_t * | caller_id | ) |
Get the ID of the caller thread.
[out] | caller_id | Pointer where to store caller ID |
Definition at line 20 of file tfm_attest.c.