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