Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c350 } else if (where & SSL_CB_EXIT) { in apps_ssl_info_callback()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h707 #define SSL_CB_EXIT 0x02 macro
714 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
716 #define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c771 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()