Searched refs:SSL_CB_EXIT (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 32 if (where & SSL_CB_EXIT) in TlsInfoCallback()
|
/external/webrtc/webrtc/base/ |
D | openssladapter.cc | 859 } else if (where & SSL_CB_EXIT) { in SSLInfoCallback()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3809 #define SSL_CB_EXIT 0x02 macro 3816 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT) 3818 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 207 SSL_CB_EXIT = _lib.SSL_CB_EXIT variable
|
/external/python/pyopenssl/tests/ |
D | test_ssl.py | 71 SSL_CB_LOOP, SSL_CB_EXIT, SSL_CB_READ, SSL_CB_WRITE, SSL_CB_ALERT, 3770 SSL_CB_LOOP, SSL_CB_EXIT, SSL_CB_READ, SSL_CB_WRITE, SSL_CB_ALERT,
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 785 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 5909 } else if (where & SSL_CB_EXIT) { in info_callback_LOG()
|