Home
last modified time | relevance | path

Searched refs:MBEDTLS_PLATFORM_STD_PRINTF (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/library/
H A Dplatform.c173 #if !defined(MBEDTLS_PLATFORM_STD_PRINTF)
183 #define MBEDTLS_PLATFORM_STD_PRINTF platform_printf_uninit macro
184 #endif /* !MBEDTLS_PLATFORM_STD_PRINTF */
186 int (*mbedtls_printf)(const char *, ...) = MBEDTLS_PLATFORM_STD_PRINTF;
/third_party/mbedtls/include/mbedtls/
H A Dplatform.h77 #if !defined(MBEDTLS_PLATFORM_STD_PRINTF)
78 #define MBEDTLS_PLATFORM_STD_PRINTF printf /**< The default \c printf function to use. */ macro
H A Dcheck_config.h572 ( defined(MBEDTLS_PLATFORM_STD_PRINTF) ||\
574 #error "MBEDTLS_PLATFORM_PRINTF_MACRO and MBEDTLS_PLATFORM_STD_PRINTF/MBEDTLS_PLATFORM_PRINTF_ALT cannot be defined simultaneously"
634 #if defined(MBEDTLS_PLATFORM_STD_PRINTF) &&\
636 #error "MBEDTLS_PLATFORM_STD_PRINTF defined, but not all prerequisites"
/third_party/mbedtls/programs/test/
H A Dquery_config.c2471 #if defined(MBEDTLS_PLATFORM_STD_PRINTF) in query_config()
2472 if( strcmp( "MBEDTLS_PLATFORM_STD_PRINTF", config ) == 0 ) in query_config()
2474 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_STD_PRINTF ); in query_config()
2477 #endif /* MBEDTLS_PLATFORM_STD_PRINTF */ in query_config()
4721 #if defined(MBEDTLS_PLATFORM_STD_PRINTF) in list_config()
4722 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PLATFORM_STD_PRINTF); in list_config()
4723 #endif /* MBEDTLS_PLATFORM_STD_PRINTF */ in list_config()

Completed in 6 milliseconds