TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ps_tests.h File Reference
#include "test_framework.h"
Include dependency graph for ps_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_ps_interface (struct test_suite_t *p_test_suite)
 Register testsuite for the PSA protected storage S interface tests. More...
 
void register_testsuite_s_psa_ps_reliability (struct test_suite_t *p_test_suite)
 Register testsuite for the ps reliability tests. More...
 
void register_testsuite_s_rollback_protection (struct test_suite_t *p_test_suite)
 Register testsuite for the ps rollback protection tests. More...
 

Function Documentation

void register_testsuite_s_psa_ps_interface ( struct test_suite_t p_test_suite)

Register testsuite for the PSA protected storage S interface tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 120 of file psa_ps_s_interface_testsuite.c.

Here is the call graph for this function:

void register_testsuite_s_psa_ps_reliability ( struct test_suite_t p_test_suite)

Register testsuite for the ps reliability tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 44 of file psa_ps_s_reliability_testsuite.c.

Here is the call graph for this function:

void register_testsuite_s_rollback_protection ( struct test_suite_t p_test_suite)

Register testsuite for the ps rollback protection tests.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 93 of file ps_rollback_protection_testsuite.c.

Here is the call graph for this function: