Home
last modified time | relevance | path

Searched refs:SSL_ST_CONNECT (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3882 #define SSL_ST_CONNECT 0x1000 macro
3885 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
3905 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
3906 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/boringssl/src/include/openssl/
Dssl.h3967 #define SSL_ST_CONNECT 0x1000 macro
3970 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
3990 #define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT | SSL_CB_LOOP)
3991 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/webrtc/rtc_base/
Dopenssl_adapter.cc777 if (w & SSL_ST_CONNECT) { in SSLInfoCallback()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py201 SSL_ST_CONNECT = _lib.SSL_ST_CONNECT variable
/external/python/pyopenssl/tests/
Dtest_ssl.py104 SSL_ST_CONNECT,
3885 SSL_ST_CONNECT,
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c766 if (w & SSL_ST_CONNECT) in ssl_info_cb()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6295 if (w & SSL_ST_CONNECT) { in info_callback_LOG()