Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dtls_stream.cc35 if (where & SSL_CB_READ) in TlsInfoCallback()
/external/webrtc/rtc_base/
Dopenssl_adapter.cc785 str = (where & SSL_CB_READ) ? "read" : "write"; in SSLInfoCallback()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py207 SSL_CB_READ = _lib.SSL_CB_READ variable
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3898 #define SSL_CB_READ 0x04 macro
3901 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/boringssl/src/include/openssl/
Dssl.h3983 #define SSL_CB_READ 0x04 macro
3986 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c779 where & SSL_CB_READ ? in ssl_info_cb()
785 if (where & SSL_CB_READ) in ssl_info_cb()
794 ev.alert.is_local = !(where & SSL_CB_READ); in ssl_info_cb()
/external/python/pyopenssl/tests/
Dtest_ssl.py109 SSL_CB_READ,
3890 SSL_CB_READ,
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6306 str = (where & SSL_CB_READ) ? "read" : "write"; in info_callback_LOG()