Home
last modified time | relevance | path

Searched refs:SSL_CB_WRITE (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_info_callback.pod73 =item SSL_CB_WRITE
83 =item SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/third_party/openssl/include/openssl/
Dssl.h1060 # define SSL_CB_WRITE 0x08 macro
1063 # define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE)
/third_party/openssl/test/
Dhandshake_helper.c97 if (where & SSL_CB_WRITE) { in info_cb()
/third_party/libcoap/src/
Dcoap_openssl.c570 if ((where & (SSL_CB_WRITE|SSL_CB_READ)) && (ret >> 8) == SSL3_AL_FATAL) { in coap_dtls_info_callback()