Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_dbg.h34 #ifndef SSL_DEBUG_LOG
43 SSL_DEBUG_LOG("SSL assert : %s %d\n", \
49 SSL_DEBUG_LOG(fmt SSL_DEBUG_FL, ##__VA_ARGS__); \
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/
Dssl_port.h40 #define SSL_DEBUG_LOG(fmt, ...) ESP_LOGI("openssl", fmt, ##__VA_ARGS__) macro