![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "spm_ipc.h"
#include "common/spm_psa_client_call.h"
#include "tfm_rpc.h"
#include "utilities.h"
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) |
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 | ||
) |
psa_status_t tfm_rpc_psa_connect | ( | const struct client_call_params_t * | params, |
bool | ns_caller | ||
) |
uint32_t tfm_rpc_psa_framework_version | ( | void | ) |
uint32_t tfm_rpc_psa_version | ( | const struct client_call_params_t * | params, |
bool | ns_caller | ||
) |
int32_t tfm_rpc_register_ops | ( | const struct tfm_rpc_ops_t * | ops_ptr | ) |