Home
last modified time | relevance | path

Searched refs:MACRO_EXPANSION_TO_STR (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/programs/test/
Dquery_config.c87 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) macro
114 MACRO_EXPANSION_TO_STR( MBEDTLS_CONFIG_VERSION ); in query_config()
122 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_ASM ); in query_config()
130 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_UDBL_DIVISION ); in query_config()
138 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_64BIT_MULTIPLICATION ); in query_config()
146 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_SSE2 ); in query_config()
154 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME ); in query_config()
162 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME_DATE ); in query_config()
170 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_MEMORY ); in query_config()
178 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_NO_STD_FUNCTIONS ); in query_config()
[all …]
/mbedtls-latest/scripts/data_files/
Dquery_config.fmt87 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro)