![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
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... | |
#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.
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.
[in] | id | The ID of the test function |
[in] | arg | Pointer to argument to pass to test function |
[in] | arg_len | Length of argument in bytes |
Definition at line 18 of file tfm_secure_client_2_api.c.