![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "tfm_mbedcrypto_include.h"
#include "tfm_crypto_api.h"
#include "tfm_crypto_defs.h"
#include "log/tfm_log.h"
#include "mbedtls/memory_buffer_alloc.h"
#include "tfm_secure_api.h"
Go to the source code of this file.
Functions | |
psa_status_t | tfm_crypto_get_caller_id (int32_t *id) |
Returns the ID of the caller. More... | |
psa_status_t | tfm_crypto_init (void) |
Initialise the service. More... | |
psa_status_t tfm_crypto_get_caller_id | ( | int32_t * | id | ) |
Returns the ID of the caller.
[out] | id | Pointer to hold the ID of the caller |
Definition at line 314 of file crypto_init.c.
psa_status_t tfm_crypto_init | ( | void | ) |
Initialise the service.
Definition at line 330 of file crypto_init.c.