Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_info_callback.pod45 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert
69 =item SSL_CB_ALERT
73 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
75 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
127 else if (where & SSL_CB_ALERT)
/NextBSD/crypto/openssl/ssl/
HDssl.h1736 # define SSL_CB_ALERT 0x4000/* used in callback */ macro
1737 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1738 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/NextBSD/crypto/openssl/apps/
HDs_cb.c578 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
/NextBSD/contrib/serf/buckets/
HDssl_buckets.c228 else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c575 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()