Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/test/
Dquery_config.c99 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) macro
126 MACRO_EXPANSION_TO_STR( MBEDTLS_CONFIG_VERSION ); in query_config()
134 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_ASM ); in query_config()
142 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_UDBL_DIVISION ); in query_config()
150 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_64BIT_MULTIPLICATION ); in query_config()
158 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_SSE2 ); in query_config()
166 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME ); in query_config()
174 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_TIME_DATE ); in query_config()
182 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_MEMORY ); in query_config()
190 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_NO_STD_FUNCTIONS ); in query_config()
[all …]
/mbedtls-3.5.0/scripts/data_files/
Dquery_config.fmt99 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro)