![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "test_framework_helpers.h"
#include "psa_audit_api.h"
#include "audit_s_tests.h"
#include "tfm_api.h"
#include "audit_core.h"
#include "../audit_tests_common.h"
Go to the source code of this file.
Macros | |
#define | BASE_RETRIEVAL_LOG_INDEX (6) |
Base index from where to start elements retrieval. More... | |
#define | FIRST_RETRIEVAL_LOG_INDEX (0) |
Index of the first element in the log. More... | |
Functions | |
void | register_testsuite_s_audit_interface (struct test_suite_t *p_test_suite) |
Register testsuite for audit logging secure interface. More... | |
#define BASE_RETRIEVAL_LOG_INDEX (6) |
Base index from where to start elements retrieval.
Definition at line 22 of file audit_s_interface_testsuite.c.
#define FIRST_RETRIEVAL_LOG_INDEX (0) |
Index of the first element in the log.
Definition at line 29 of file audit_s_interface_testsuite.c.
void register_testsuite_s_audit_interface | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for audit logging secure interface.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 39 of file audit_s_interface_testsuite.c.