Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c345 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h710 #define SSL_CB_ALERT 0x4000 /* used in callback */ macro
711 #define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
712 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c748 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()