Home
last modified time | relevance | path

Searched refs:SSL_CB_ALERT (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h30 #define SSL_CB_ALERT 0x4000 macro
/external/libbrillo/brillo/streams/
Dtls_stream.cc39 if (where & SSL_CB_ALERT) { in TlsInfoCallback()
/external/webrtc/rtc_base/
Dopenssl_adapter.cc784 } else if (where & SSL_CB_ALERT) { in SSLInfoCallback()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py209 SSL_CB_ALERT = _lib.SSL_CB_ALERT variable
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3900 #define SSL_CB_ALERT 0x4000 macro
3901 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
3902 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
/external/boringssl/src/include/openssl/
Dssl.h3985 #define SSL_CB_ALERT 0x4000 macro
3986 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
3987 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE)
/external/python/pyopenssl/tests/
Dtest_ssl.py111 SSL_CB_ALERT,
3892 SSL_CB_ALERT,
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c776 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
/external/libwebsockets/READMEs/
DREADME.coding.md896 of the bits in it like `SSL_CB_ALERT` at vhost creation time, then
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6305 } else if (where & SSL_CB_ALERT) { in info_callback_LOG()