TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_rpc.c File Reference
#include "spm_ipc.h"
#include "common/spm_psa_client_call.h"
#include "tfm_rpc.h"
#include "utilities.h"
Include dependency graph for tfm_rpc.c:

Go to the source code of this file.

Functions

uint32_t tfm_rpc_psa_framework_version (void)
 
uint32_t tfm_rpc_psa_version (const struct client_call_params_t *params, bool ns_caller)
 
psa_status_t tfm_rpc_psa_connect (const struct client_call_params_t *params, bool ns_caller)
 
psa_status_t tfm_rpc_psa_call (const struct client_call_params_t *params, bool ns_caller)
 
void tfm_rpc_psa_close (const struct client_call_params_t *params, bool ns_caller)
 
int32_t tfm_rpc_register_ops (const struct tfm_rpc_ops_t *ops_ptr)
 
void tfm_rpc_unregister_ops (void)
 

Function Documentation

psa_status_t tfm_rpc_psa_call ( const struct client_call_params_t *  params,
bool  ns_caller 
)

Definition at line 57 of file tfm_rpc.c.

Here is the call graph for this function:

void tfm_rpc_psa_close ( const struct client_call_params_t *  params,
bool  ns_caller 
)

Definition at line 68 of file tfm_rpc.c.

Here is the call graph for this function:

psa_status_t tfm_rpc_psa_connect ( const struct client_call_params_t *  params,
bool  ns_caller 
)

Definition at line 49 of file tfm_rpc.c.

Here is the call graph for this function:

uint32_t tfm_rpc_psa_framework_version ( void  )

Definition at line 36 of file tfm_rpc.c.

Here is the call graph for this function:

uint32_t tfm_rpc_psa_version ( const struct client_call_params_t *  params,
bool  ns_caller 
)

Definition at line 41 of file tfm_rpc.c.

Here is the call graph for this function:

int32_t tfm_rpc_register_ops ( const struct tfm_rpc_ops_t *  ops_ptr)

Definition at line 76 of file tfm_rpc.c.

Here is the caller graph for this function:

void tfm_rpc_unregister_ops ( void  )

Definition at line 100 of file tfm_rpc.c.

Here is the caller graph for this function: