Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod89 =item SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
91 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
127 if (w & SSL_ST_CONNECT)
/third_party/openssl/include/openssl/
Dssl.h1052 # define SSL_ST_CONNECT 0x1000 macro
1066 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1067 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/third_party/openssl/apps/
Ds_cb.c462 if (w & SSL_ST_CONNECT) in apps_ssl_info_callback()
/third_party/libcoap/src/
Dcoap_openssl.c556 if (w & SSL_ST_CONNECT) in coap_dtls_info_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c738 if (w & SSL_ST_CONNECT) in ssl_info_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c742 if (w & SSL_ST_CONNECT) in ssl_info_cb()
/third_party/openssl/test/
Dsslapitest.c5338 if (!TEST_false((SSL_is_server(s) && (where & SSL_ST_CONNECT) != 0)) in sslapi_info_callback()