TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
its_s_tests.h File Reference
#include "test_framework.h"
Include dependency graph for its_s_tests.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void register_testsuite_s_psa_its_interface (struct test_suite_t *p_test_suite)
 Register testsuite for the PSA internal trusted storage S interface tests. More...
 
void register_testsuite_s_psa_its_reliability (struct test_suite_t *p_test_suite)
 Register testsuite for the ITS reliability tests. More...
 

Function Documentation

void register_testsuite_s_psa_its_interface ( struct test_suite_t p_test_suite)

Register testsuite for the PSA internal trusted storage S interface tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 73 of file psa_its_s_interface_testsuite.c.

Here is the call graph for this function:

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: