Lines Matching refs:function
1 #line 2 "suites/main_test.function"
42 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"
53 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"
81 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"
111 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"
120 * \brief Function pointer type for test function wrappers.
122 * A test function wrapper decodes the parameters and passes them to the
123 * underlying test function. Both the wrapper and the underlying function
129 * dereferences. Each wrapper function hard-codes the
136 * \brief Table of test function wrappers. Used by dispatch_test().
144 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"
148 * \brief Dispatches test functions based on function index.
150 * \param func_idx Test function index.
151 * \param params The array of parameters to pass to the test function.
152 * It will be decoded by the #TestWrapper_t wrapper function.
187 * \brief Checks if test function is supported in this build-time
190 * \param func_idx Test function index.
216 #line __MBEDTLS_TEST_TEMPLATE__LINE_NO "suites/main_test.function"