Home
last modified time | relevance | path

Searched refs:MBEDTLS_CONFIG_FILE (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dbuild_info.h56 #if !defined(MBEDTLS_CONFIG_FILE)
59 #include MBEDTLS_CONFIG_FILE
/third_party/mbedtls/
DBUILD.gn39 "MBEDTLS_CONFIG_FILE=<../port/config/config_liteos_m.h>",
45 "MBEDTLS_CONFIG_FILE=<../port/config/config_liteos_a.h>",
95 "MBEDTLS_CONFIG_FILE=<config_rsa_aes_cbc.h>",
DChangeLog633 * The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h.
/third_party/libwebsockets/lib/tls/
Dprivate-lib-tls.h61 #undef MBEDTLS_CONFIG_FILE
62 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h27 #undef MBEDTLS_CONFIG_FILE
28 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/libwebsockets/include/
Dlibwebsockets.h286 #undef MBEDTLS_CONFIG_FILE
287 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h> macro
/third_party/mbedtls/configs/
DREADME.txt12 2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
/third_party/mbedtls/docs/
D3.0-migration-guide.md25 …<mbedtls/build_info.h>`. Don't include `mbedtls/config.h` and don't refer to `MBEDTLS_CONFIG_FILE`.
26 * In build tools, edit `mbedtls_config.h`, or edit `MBEDTLS_CONFIG_FILE` as before.