TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
audit_s_interface_testsuite.c File Reference
#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"
Include dependency graph for audit_s_interface_testsuite.c:

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...
 

Macro Definition Documentation

#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.

Function Documentation

void register_testsuite_s_audit_interface ( struct test_suite_t p_test_suite)

Register testsuite for audit logging secure interface.

Parameters
[in]p_test_suiteThe test suite to be executed.

Definition at line 39 of file audit_s_interface_testsuite.c.

Here is the call graph for this function: