Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod63 =item SSL_CB_EXIT
87 =item SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
91 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
141 } else if (where & SSL_CB_EXIT) {
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1060 # define SSL_CB_EXIT 0x02 macro
1067 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
1069 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/freebsd-13.1/crypto/openssl/apps/
H A Ds_cb.c477 } else if (where & SSL_CB_EXIT) { in apps_ssl_info_callback()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c228 else if (where & SSL_CB_EXIT) { in apps_ssl_info_callback()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c2169 else if (bitset(SSL_CB_EXIT, where))
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c772 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()