Home
last modified time | relevance | path

Searched refs:mbedtls_test_fail (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/src/
H A Dhelpers.c72 void mbedtls_test_fail(const char *test, int line_no, const char *filename) in mbedtls_test_fail() function
131 mbedtls_test_fail(test, line_no, filename); in mbedtls_test_equal()
158 mbedtls_test_fail(test, line_no, filename); in mbedtls_test_le_u()
185 mbedtls_test_fail(test, line_no, filename); in mbedtls_test_le_s()
328 mbedtls_test_fail("'high' is not a high-level error code", in mbedtls_test_err_add_check()
334 mbedtls_test_fail("'high' error code is greater than 15 bits", in mbedtls_test_err_add_check()
340 mbedtls_test_fail("'high' contains a low-level error code", in mbedtls_test_err_add_check()
346 mbedtls_test_fail("'low' error code is greater than 7 bits", in mbedtls_test_err_add_check()
349 mbedtls_test_fail("'low' error code is greater than zero", in mbedtls_test_err_add_check()
H A Dthreading_helpers.c205 mbedtls_test_fail("Mutex usage error", __LINE__, __FILE__); in mbedtls_test_mutex_usage_check()
H A Dpsa_crypto_helpers.c135 mbedtls_test_fail(msg, line_no, filename); in mbedtls_test_fail_if_psa_leaking()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dhelpers.c392 void mbedtls_test_fail(const char *test, int line_no, const char *filename) in mbedtls_test_fail() function
683 mbedtls_test_fail("'high' is not a high-level error code", in mbedtls_test_err_add_check()
689 mbedtls_test_fail("'high' error code is greater than 15 bits", in mbedtls_test_err_add_check()
695 mbedtls_test_fail("'high' contains a low-level error code", in mbedtls_test_err_add_check()
701 mbedtls_test_fail("'low' error code is greater than 7 bits", in mbedtls_test_err_add_check()
704 mbedtls_test_fail("'low' error code is greater than zero", in mbedtls_test_err_add_check()
H A Dpsa_crypto_helpers.c146 mbedtls_test_fail(msg, line_no, filename); in mbedtls_test_fail_if_psa_leaking()
H A Dthreading_helpers.c334 mbedtls_test_fail("Mutex usage error", __LINE__, __FILE__); in mbedtls_test_mutex_usage_check()
/aosp_15_r20/external/mbedtls/tests/include/test/
H A Dmacros.h47 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
58 mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
H A Dhelpers.h83 void mbedtls_test_fail(const char *test, int line_no, const char *filename);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dmacros.h47 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
58 mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
H A Dhelpers.h211 void mbedtls_test_fail(const char *test, int line_no, const char *filename);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_se_driver_hal.function48 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
64 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
75 * status, call mbedtls_test_fail() then jump to `exit`.
78 * case, the test driver code is expected to have called mbedtls_test_fail()
88 mbedtls_test_fail( #expr, __LINE__, __FILE__); \
H A Dmain_test.function234 mbedtls_test_hook_test_fail = &mbedtls_test_fail;
H A Dtest_suite_ecp.function1652 mbedtls_test_fail("Unsupported curve_id", __LINE__, __FILE__);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_se_driver_hal.function48 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
64 mbedtls_test_fail( #TEST, __LINE__, __FILE__); \
75 * status, call mbedtls_test_fail() then jump to `exit`.
78 * case, the test driver code is expected to have called mbedtls_test_fail()
88 mbedtls_test_fail( #expr, __LINE__, __FILE__); \
H A Dmain_test.function234 mbedtls_test_hook_test_fail = &mbedtls_test_fail;
H A Dtest_suite_ecp.function1368 mbedtls_test_fail("Unsupported curve_id", __LINE__, __FILE__);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dmetatest.c82 mbedtls_test_fail("Forced test failure", __LINE__, __FILE__); in meta_test_fail()