Searched refs:SSL_CB_ALERT (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_info_callback.pod | 50 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/ |
D | ssl.h | 30 #define SSL_CB_ALERT 0x4000 macro
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1061 # 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/ |
D | s_cb.c | 471 } else if (where & SSL_CB_ALERT) { in apps_ssl_info_callback()
|
/third_party/openssl/test/ |
D | sslapitest.c | 5246 {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},
|
D | handshake_helper.c | 94 if (where & SSL_CB_ALERT) { in info_cb()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 567 } else if (where & SSL_CB_ALERT) { in coap_dtls_info_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 748 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 752 } else if (where & SSL_CB_ALERT) { in ssl_info_cb()
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 860 of the bits in it like `SSL_CB_ALERT` at vhost creation time, then
|