Home
last modified time | relevance | path

Searched refs:MBEDTLS_TEST_HOOKS (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mbedtls/tests/suites/
Dtest_suite_base64.function7 #if defined(MBEDTLS_TEST_HOOKS)
10 #endif /* MBEDTLS_TEST_HOOKS */
19 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
39 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
53 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
Dtest_suite_lmots.function5 #if defined(MBEDTLS_TEST_HOOKS)
21 #endif /* defined(MBEDTLS_TEST_HOOKS) */
223 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS:MBEDTLS_LMS_PRIVATE */
Dtest_suite_ecp.function11 #if defined(MBEDTLS_TEST_HOOKS) && \
1124 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS:MBEDTLS_ECP_MONTGOMERY_ENABLED */
1304 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
1347 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
1390 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
1433 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
1476 /* BEGIN_CASE depends_on:MBEDTLS_TEST_HOOKS */
Dtest_suite_constant_time_hmac.function12 /* BEGIN_CASE depends_on:MBEDTLS_SSL_SOME_SUITES_USE_TLS_CBC:MBEDTLS_TEST_HOOKS */
/third_party/mbedtls/include/mbedtls/
Derror.h127 #if defined(MBEDTLS_TEST_HOOKS)
156 #if defined(MBEDTLS_TEST_HOOKS) in mbedtls_error_add()
/third_party/mbedtls/library/
Dcommon.h49 #if defined(MBEDTLS_TEST_HOOKS)
55 #if defined(MBEDTLS_TEST_HOOKS)
Dconstant_time_invasive.h32 #if defined(MBEDTLS_TEST_HOOKS)
Dbignum_mod_raw_invasive.h31 #if defined(MBEDTLS_TEST_HOOKS)
Dssl_tls13_invasive.h27 #if defined(MBEDTLS_TEST_HOOKS)
Dpsa_crypto_invasive.h76 #if defined(MBEDTLS_TEST_HOOKS) && defined(MBEDTLS_PSA_CRYPTO_C)
Decp_invasive.h34 #if defined(MBEDTLS_TEST_HOOKS) && defined(MBEDTLS_ECP_C)
Dlmots.h55 #if defined(MBEDTLS_TEST_HOOKS)
Dplatform_util.c199 #if defined(MBEDTLS_TEST_HOOKS)
Dbignum_core.h471 #if defined(MBEDTLS_TEST_HOOKS)
Dversion_features.c525 #if defined(MBEDTLS_TEST_HOOKS)
Dlmots.c74 #if defined(MBEDTLS_TEST_HOOKS)
788 #if defined(MBEDTLS_TEST_HOOKS) in mbedtls_lmots_sign()
Derror.c875 #if defined(MBEDTLS_TEST_HOOKS)
Dbignum_mod_raw.c123 #if defined(MBEDTLS_TEST_HOOKS)
/third_party/mbedtls/tests/include/test/
Dhelpers.h36 defined(MBEDTLS_TEST_HOOKS)
264 #if defined(MBEDTLS_TEST_HOOKS)
/third_party/mbedtls/tests/configs/
Dtls13-only.h43 #define MBEDTLS_TEST_HOOKS macro
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c27 #if defined(MBEDTLS_TEST_HOOKS)
422 #if defined(MBEDTLS_TEST_HOOKS)
Dssl_test_lib.h277 #if defined(MBEDTLS_TEST_HOOKS)
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md36 …BEDTLS_STATIC_TESTABLE`, and make the tests that use it depend on `MBEDTLS_TEST_HOOKS` (see [“rule…
58 * **Test-specific code must be guarded by `#if defined(MBEDTLS_TEST_HOOKS)`**. Do not create fine-g…
59 * **Do not use `MBEDTLS_TEST_HOOKS` for security checks or assertions.** Security checks belong in …
60 * **Merely defining `MBEDTLS_TEST_HOOKS` must not change the behavior**. It may define extra functi…
71 With `MBEDTLS_TEST_HOOKS` set, `mbedtls_foo` is a global variable of function pointer type. This gl…
75 * The test function (or the whole test file) must depend on `MBEDTLS_TEST_HOOKS`.
302 …ture is mostly but not exclusively useful for testing, and may be moved under `MBEDTLS_TEST_HOOKS`.
/third_party/mbedtls/tests/src/
Dhelpers.c302 #if defined(MBEDTLS_TEST_HOOKS)
/third_party/mbedtls/scripts/data_files/
Derror.fmt167 #if defined(MBEDTLS_TEST_HOOKS)

12