![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "test_framework.h"
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... | |
void register_testsuite_s_psa_ps_interface | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the PSA protected storage S interface tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 120 of file psa_ps_s_interface_testsuite.c.
void register_testsuite_s_psa_ps_reliability | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the ps reliability tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 44 of file psa_ps_s_reliability_testsuite.c.
void register_testsuite_s_rollback_protection | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the ps rollback protection tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 93 of file ps_rollback_protection_testsuite.c.