Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod93 =item SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
95 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
131 if (w & SSL_ST_CONNECT)
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1124 # define SSL_ST_CONNECT 0x1000 macro
1138 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1139 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
H A Dssl.h.in1047 * defines have an equivalent and are set to a dummy value (-1). SSL_ST_CONNECT
1052 # 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)
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c487 if (w & SSL_ST_CONNECT) in apps_ssl_info_callback()
/freebsd/contrib/sendmail/src/
H A Dtls.c2383 if (bitset(SSL_ST_CONNECT, w))
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c747 if (w & SSL_ST_CONNECT) in ssl_info_cb()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7447 if (!TEST_false((SSL_is_server(s) && (where & SSL_ST_CONNECT) != 0)) in sslapi_info_callback()