Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod50 If an alert is handled, SSL_CB_ALERT is set and B<ret> specifies the alert
77 =item SSL_CB_ALERT
81 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
83 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
136 } else if (where & SSL_CB_ALERT) {
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h30 #define SSL_CB_ALERT 0x4000 macro
/third_party/openssl/include/openssl/
Dssl.h1061 # define SSL_CB_ALERT 0x4000/* used in callback */ macro
1062 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
1063 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/third_party/openssl/apps/
Ds_cb.c471 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
/third_party/openssl/test/
Dsslapitest.c5246 {SSL_CB_ALERT, NULL}, {SSL_CB_HANDSHAKE_START, NULL},
5260 {SSL_CB_HANDSHAKE_DONE, NULL}, {SSL_CB_EXIT, NULL}, {SSL_CB_ALERT, NULL},
5274 {SSL_CB_LOOP, "TWST"}, {SSL_CB_EXIT, NULL}, {SSL_CB_ALERT, NULL},
5291 {SSL_CB_ALERT, NULL}, {SSL_CB_HANDSHAKE_START, NULL},
Dhandshake_helper.c94 if (where & SSL_CB_ALERT) { in info_cb()
/third_party/libcoap/src/
Dcoap_openssl.c567 } else if (where & SSL_CB_ALERT) { in coap_dtls_info_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c748 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c752 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
/third_party/libwebsockets/READMEs/
DREADME.coding.md860 of the bits in it like `SSL_CB_ALERT` at vhost creation time, then