Home
last modified time | relevance | path

Searched refs:SSL_CB_READ (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod69 =item SSL_CB_READ
81 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
137 str = (where & SSL_CB_READ) ? "read" : "write";
/third_party/openssl/include/openssl/
Dssl.h1059 # define SSL_CB_READ 0x04 macro
1062 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c751 where & SSL_CB_READ ? in ssl_info_cb()
757 if (where & SSL_CB_READ) in ssl_info_cb()
766 ev.alert.is_local = !(where & SSL_CB_READ); in ssl_info_cb()
/third_party/openssl/apps/
Ds_cb.c472 str = (where & SSL_CB_READ) ? "read" : "write"; in apps_ssl_info_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c755 where & SSL_CB_READ ? in ssl_info_cb()
761 if (where & SSL_CB_READ) in ssl_info_cb()
770 ev.alert.is_local = !(where & SSL_CB_READ); in ssl_info_cb()
/third_party/libcoap/src/
Dcoap_openssl.c569 pstr = (where & SSL_CB_READ) ? "read" : "write"; in coap_dtls_info_callback()
570 if ((where & (SSL_CB_WRITE|SSL_CB_READ)) && (ret >> 8) == SSL3_AL_FATAL) { in coap_dtls_info_callback()