TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
core_test_api.c File Reference
#include "core_test_api.h"
#include "core_test_defs.h"
Include dependency graph for core_test_api.c:

Go to the source code of this file.

Functions

int32_t tfm_core_test_call (int32_t(*fn_ptr)(struct psa_invec *, size_t, struct psa_outvec *, size_t), struct tfm_core_test_call_args_t *args)
 

Function Documentation

int32_t tfm_core_test_call ( int32_t(*)(struct psa_invec *, size_t, struct psa_outvec *, size_t)  fn_ptr,
struct tfm_core_test_call_args_t args 
)

Definition at line 11 of file core_test_api.c.