Searched refs:SSL_CB_LOOP (Results 1 – 10 of 10) sorted by relevance
31 if (where & SSL_CB_LOOP) in TlsInfoCallback()
782 if (where & SSL_CB_LOOP) { in SSLInfoCallback()
205 SSL_CB_LOOP = _lib.SSL_CB_LOOP variable
3896 #define SSL_CB_LOOP 0x01 macro3903 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)3905 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
3981 #define SSL_CB_LOOP 0x01 macro3988 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)3990 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
107 SSL_CB_LOOP,3888 SSL_CB_LOOP,
225 ssl_log_where_info(ssl, where, SSL_CB_LOOP, "LOOP"); in ssl_info_callback()
238 ssl_log_where_info(ssl, where, SSL_CB_LOOP, "LOOP"); in ssl_info_callback()
773 if (where & SSL_CB_LOOP) { in ssl_info_cb()
6303 if (where & SSL_CB_LOOP) { in info_callback_LOG()