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.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "psa/error.h"
Include dependency graph for tfm_secure_client_2_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TFM_SECURE_CLIENT_2_ID_ITS_ACCESS_CTRL   1001
 
#define TFM_SECURE_CLIENT_2_ID_CRYPTO_ACCESS_CTRL   2001
 

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

Macro Definition Documentation

#define TFM_SECURE_CLIENT_2_ID_CRYPTO_ACCESS_CTRL   2001

Definition at line 21 of file tfm_secure_client_2_api.h.

#define TFM_SECURE_CLIENT_2_ID_ITS_ACCESS_CTRL   1001

Definition at line 20 of file tfm_secure_client_2_api.h.

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: