TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_secure_client_2_api.c File Reference
#include "tfm_secure_client_2_api.h"
#include "psa/client.h"
#include "tfm_veneers.h"
Include dependency graph for tfm_secure_client_2_api.c:

Go to the source code of this file.

Functions

psa_status_t tfm_secure_client_2_call_test (int32_t id, const void *arg, size_t arg_len)
 Calls the test function with the supplied ID within the execution context of the Secure Client 2 partition and returns the resulting status. More...
 

Function Documentation

psa_status_t tfm_secure_client_2_call_test ( int32_t  id,
const void *  arg,
size_t  arg_len 
)

Calls the test function with the supplied ID within the execution context of the Secure Client 2 partition and returns the resulting status.

Parameters
[in]idThe ID of the test function
[in]argPointer to argument to pass to test function
[in]arg_lenLength of argument in bytes
Returns
Returns error code as specified in psa_status_t

Definition at line 18 of file tfm_secure_client_2_api.c.

Here is the call graph for this function: