Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A 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)
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1054 # define SSL_ST_CONNECT 0x1000 macro
1068 # define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP)
1069 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/freebsd-13.1/crypto/openssl/apps/
H A Ds_cb.c462 if (w & SSL_ST_CONNECT) in apps_ssl_info_callback()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c210 if (w & SSL_ST_CONNECT) in apps_ssl_info_callback()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c2146 if (bitset(SSL_ST_CONNECT, w))
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c739 if (w & SSL_ST_CONNECT) in ssl_info_cb()