Home
last modified time | relevance | path

Searched refs:SSL_CB_LOOP (Results 1 – 8 of 8) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1336 public static final int SSL_CB_LOOP = 0x01; field in NativeCrypto
1343 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);
/external/openssl/apps/
Ds_cb.c316 if (where & SSL_CB_LOOP) in apps_ssl_info_callback()
/external/chromium_org/third_party/webrtc/base/
Dopenssladapter.cc776 if (where & SSL_CB_LOOP) { in SSLInfoCallback()
/external/openssl/ssl/
Dssl.h1516 #define SSL_CB_LOOP 0x01 macro
1523 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
/external/openssl/include/openssl/
Dssl.h1516 #define SSL_CB_LOOP 0x01 macro
1523 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1525 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl.h1484 #define SSL_CB_LOOP 0x01 macro
1491 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1493 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c567 if (where & SSL_CB_LOOP) { in ssl_info_cb()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6335 if (where & SSL_CB_LOOP) { in info_callback_LOG()