Searched refs:SSL_CB_WRITE (Results 1 – 4 of 4) sorted by relevance
73 =item SSL_CB_WRITE83 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
1060 # define SSL_CB_WRITE 0x08 macro1063 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
97 if (where & SSL_CB_WRITE) { in info_cb()
570 if ((where & (SSL_CB_WRITE|SSL_CB_READ)) && (ret >> 8) == SSL3_AL_FATAL) { in coap_dtls_info_callback()