Home
last modified time | relevance | path

Searched refs:MBEDTLS_PLATFORM_PRINTF_ALT (Results 1 – 9 of 9) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dcheck_config.h577 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) && !defined(MBEDTLS_PLATFORM_C)
587 defined(MBEDTLS_PLATFORM_PRINTF_ALT) )
649 !defined(MBEDTLS_PLATFORM_PRINTF_ALT)
Dplatform.h201 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
/mbedtls-latest/configs/
Dconfig-tfm.h41 #undef MBEDTLS_PLATFORM_PRINTF_ALT
/mbedtls-latest/configs/ext/
Dtfm_mbedcrypto_config_profile_medium.h387 #define MBEDTLS_PLATFORM_PRINTF_ALT macro
/mbedtls-latest/tests/suites/
Dtest_suite_config.mbedtls_boolean.data971 Config: MBEDTLS_PLATFORM_PRINTF_ALT
972 depends_on:MBEDTLS_PLATFORM_PRINTF_ALT:MBEDTLS_PLATFORM_C
975 Config: !MBEDTLS_PLATFORM_PRINTF_ALT
976 depends_on:!MBEDTLS_PLATFORM_PRINTF_ALT:MBEDTLS_PLATFORM_C
/mbedtls-latest/library/
Dversion_features.c54 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
Dplatform.c169 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
/mbedtls-latest/programs/test/
Dquery_config.c215 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) in query_config()
218 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_PRINTF_ALT ); in query_config()
3601 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) in list_config()
3602 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PLATFORM_PRINTF_ALT); in list_config()
/mbedtls-latest/docs/architecture/
Dalternative-implementations.md87 For example, to provide a custom `printf` function at run time, enable `MBEDTLS_PLATFORM_PRINTF_ALT