Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dtls_stream.cc33 if (where & SSL_CB_EXIT) in TlsInfoCallback()
/external/boringssl/src/include/openssl/
Dssl.h4389 #define SSL_CB_EXIT 0x02 macro
4396 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
4398 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl.h4389 #define SSL_CB_EXIT 0x02 macro
4396 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
4398 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4238 #define SSL_CB_EXIT 0x02 macro
4245 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
4247 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT | SSL_CB_EXIT)
/external/webrtc/rtc_base/
Dopenssl_adapter.cc799 } else if (where & SSL_CB_EXIT) { in SSLInfoCallback()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker.cc238 } else if (type & SSL_CB_EXIT) { in InfoCallback()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c813 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6417 } else if (where & SSL_CB_EXIT) { in info_callback_LOG()