TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crypto_init.c File Reference
#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"
Include dependency graph for crypto_init.c:

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...
 

Function Documentation

psa_status_t tfm_crypto_get_caller_id ( int32_t *  id)

Returns the ID of the caller.

Parameters
[out]idPointer to hold the ID of the caller
Returns
Return values as described in psa_status_t

Definition at line 314 of file crypto_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

psa_status_t tfm_crypto_init ( void  )

Initialise the service.

Returns
Return values as described in psa_status_t

Definition at line 330 of file crypto_init.c.