Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h3677 #define SSL_ST_ACCEPT 0x2000 macro
3679 #define SSL_ST_INIT (SSL_ST_CONNECT | SSL_ST_ACCEPT)
3697 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
3698 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
/external/webrtc/webrtc/base/
Dopenssladapter.cc849 } else if (w & SSL_ST_ACCEPT) { in SSLInfoCallback()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c747 else if (w & SSL_ST_ACCEPT) in ssl_info_cb()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc5837 } else if (w & SSL_ST_ACCEPT) { in info_callback_LOG()