TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
psa_its_s_reliability_testsuite.c File Reference
Include dependency graph for psa_its_s_reliability_testsuite.c:

Go to the source code of this file.

Macros

#define TEST_UID
 
#define LOOP_ITERATIONS_001   15U
 
#define LOOP_ITERATIONS_002   15U
 
#define WRITE_DATA   "THEQUICKBROWNFOXJUMPSOVERALAZYDOG"
 
#define WRITE_DATA_SIZE   (sizeof(WRITE_DATA) - 1)
 
#define READ_DATA   "_________________________________________"
 
#define RESULT_DATA   ("____" WRITE_DATA "____")
 
#define HALF_PADDING_SIZE   4
 

Functions

void register_testsuite_s_psa_its_reliability (struct test_suite_t *p_test_suite)
 Register testsuite for the ITS reliability tests. More...
 

Macro Definition Documentation

#define HALF_PADDING_SIZE   4

Definition at line 29 of file psa_its_s_reliability_testsuite.c.

#define LOOP_ITERATIONS_001   15U

Definition at line 19 of file psa_its_s_reliability_testsuite.c.

#define LOOP_ITERATIONS_002   15U

Definition at line 20 of file psa_its_s_reliability_testsuite.c.

#define READ_DATA   "_________________________________________"

Definition at line 25 of file psa_its_s_reliability_testsuite.c.

#define RESULT_DATA   ("____" WRITE_DATA "____")

Definition at line 26 of file psa_its_s_reliability_testsuite.c.

#define TEST_UID
Value:
2UL /* UID 1 cannot be used as it references a write once
* asset, created in psa_its_s_interface_testsuite.c
*/

Definition at line 14 of file psa_its_s_reliability_testsuite.c.

#define WRITE_DATA   "THEQUICKBROWNFOXJUMPSOVERALAZYDOG"

Definition at line 23 of file psa_its_s_reliability_testsuite.c.

#define WRITE_DATA_SIZE   (sizeof(WRITE_DATA) - 1)

Definition at line 24 of file psa_its_s_reliability_testsuite.c.

Function Documentation

void register_testsuite_s_psa_its_reliability ( struct test_suite_t p_test_suite)

Register testsuite for the ITS reliability tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 43 of file psa_its_s_reliability_testsuite.c.

Here is the call graph for this function: