Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3883 #define SSL_ST_ACCEPT 0x2000 macro
3885 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
3903 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
3904 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
/external/boringssl/src/include/openssl/
Dssl.h3968 #define SSL_ST_ACCEPT 0x2000 macro
3970 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
3988 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
3989 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
/external/webrtc/rtc_base/
Dopenssl_adapter.cc779 } else if (w & SSL_ST_ACCEPT) { in SSLInfoCallback()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py202 SSL_ST_ACCEPT = _lib.SSL_ST_ACCEPT variable
/external/python/pyopenssl/tests/
Dtest_ssl.py105 SSL_ST_ACCEPT,
3886 SSL_ST_ACCEPT,
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c768 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6297 } else if (w & SSL_ST_ACCEPT) { in info_callback_LOG()