Searched refs:SSL_CB_LOOP (Results 1 – 8 of 8) sorted by relevance
1336 public static final int SSL_CB_LOOP = 0x01; field in NativeCrypto1343 public static final int SSL_CB_ACCEPT_LOOP = (SSL_ST_ACCEPT | SSL_CB_LOOP);1345 public static final int SSL_CB_CONNECT_LOOP = (SSL_ST_CONNECT | SSL_CB_LOOP);
316 if (where & SSL_CB_LOOP) in apps_ssl_info_callback()
776 if (where & SSL_CB_LOOP) { in SSLInfoCallback()
1516 #define SSL_CB_LOOP 0x01 macro1523 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1484 #define SSL_CB_LOOP 0x01 macro1491 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)1493 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
567 if (where & SSL_CB_LOOP) { in ssl_info_cb()
6335 if (where & SSL_CB_LOOP) { in info_callback_LOG()