Home
last modified time | relevance | path

Searched refs:MBEDTLS_PLATFORM_PRINTF_ALT (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/configs/
H A Dconfig-tfm.h41 #undef MBEDTLS_PLATFORM_PRINTF_ALT macro
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h387 #define MBEDTLS_PLATFORM_PRINTF_ALT macro
/third_party/mbedtls/include/mbedtls/
H A Dcheck_config.h563 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) && !defined(MBEDTLS_PLATFORM_C)
564 #error "MBEDTLS_PLATFORM_PRINTF_ALT defined, but not all prerequisites"
573 defined(MBEDTLS_PLATFORM_PRINTF_ALT) )
574 #error "MBEDTLS_PLATFORM_PRINTF_MACRO and MBEDTLS_PLATFORM_STD_PRINTF/MBEDTLS_PLATFORM_PRINTF_ALT cannot be defined simultaneously"
635 !defined(MBEDTLS_PLATFORM_PRINTF_ALT)
H A Dplatform.h201 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
214 #else /* !MBEDTLS_PLATFORM_PRINTF_ALT */
221 #endif /* MBEDTLS_PLATFORM_PRINTF_ALT */
/third_party/mbedtls/library/
H A Dversion_features.c54 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
56 #endif /* MBEDTLS_PLATFORM_PRINTF_ALT */
H A Dplatform.c172 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT)
193 #endif /* MBEDTLS_PLATFORM_PRINTF_ALT */
/third_party/mbedtls/programs/test/
H A Dquery_config.c215 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) in query_config()
216 if( strcmp( "MBEDTLS_PLATFORM_PRINTF_ALT", config ) == 0 ) in query_config()
218 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_PRINTF_ALT ); in query_config()
221 #endif /* MBEDTLS_PLATFORM_PRINTF_ALT */ in query_config()
3593 #if defined(MBEDTLS_PLATFORM_PRINTF_ALT) in list_config()
3594 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PLATFORM_PRINTF_ALT); in list_config()
3595 #endif /* MBEDTLS_PLATFORM_PRINTF_ALT */ in list_config()

Completed in 8 milliseconds