Searched refs:SSL_DEBUG_LOG (Results 1 – 2 of 2) sorted by relevance
34 #ifndef SSL_DEBUG_LOG43 SSL_DEBUG_LOG("SSL assert : %s %d\n", \49 SSL_DEBUG_LOG(fmt SSL_DEBUG_FL, ##__VA_ARGS__); \
40 #define SSL_DEBUG_LOG(fmt, ...) ESP_LOGI("openssl", fmt, ##__VA_ARGS__) macro