Home
last modified time | relevance | path

Searched refs:MBEDTLS_CONFIG_FILE (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dbuild_info.h7 * configuration options defined in mbedtls_config.h or MBEDTLS_CONFIG_FILE
105 #if !defined(MBEDTLS_CONFIG_FILE)
108 #include MBEDTLS_CONFIG_FILE
/third_party/libwebsockets/lib/tls/
H A Dprivate-lib-tls.h61 #undef MBEDTLS_CONFIG_FILE macro
62 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h27 #undef MBEDTLS_CONFIG_FILE macro
28 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h282 #undef MBEDTLS_CONFIG_FILE macro
283 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/mbedtls/programs/test/
H A Dquery_config.c2231 #if defined(MBEDTLS_CONFIG_FILE) in query_config()
2232 if( strcmp( "MBEDTLS_CONFIG_FILE", config ) == 0 ) in query_config()
2234 MACRO_EXPANSION_TO_STR( MBEDTLS_CONFIG_FILE ); in query_config()
2237 #endif /* MBEDTLS_CONFIG_FILE */ in query_config()
4601 #if defined(MBEDTLS_CONFIG_FILE) in list_config()
4602 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_CONFIG_FILE); in list_config()
4603 #endif /* MBEDTLS_CONFIG_FILE */ in list_config()

Completed in 6 milliseconds