Home
last modified time | relevance | path

Searched refs:BIO_CTRL_WPENDING (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_null.c69 case BIO_CTRL_WPENDING: in null_ctrl()
Dbss_fd.c184 case BIO_CTRL_WPENDING: in fd_ctrl()
Dbss_mem.c307 case BIO_CTRL_WPENDING: in mem_ctrl()
Dbf_lbuf.c226 case BIO_CTRL_WPENDING: in linebuffer_ctrl()
Dbss_file.c326 case BIO_CTRL_WPENDING: in file_ctrl()
Dbf_buff.c274 case BIO_CTRL_WPENDING: in buffer_ctrl()
Dbss_acpt.c520 case BIO_CTRL_WPENDING: in acpt_ctrl()
Dbss_conn.c488 case BIO_CTRL_WPENDING: in conn_ctrl()
Dbss_bio.c555 case BIO_CTRL_WPENDING: in bio_ctrl()
Dbio_lib.c578 return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL); in BIO_ctrl_wpending()
Dbss_dgram.c445 case BIO_CTRL_WPENDING: in dgram_ctrl()
/third_party/openssl/include/openssl/
Dbio.h83 # define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */ macro
485 # define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
/third_party/openssl/crypto/evp/
Dbio_enc.c323 case BIO_CTRL_WPENDING: in enc_ctrl()
Dbio_ok.c353 case BIO_CTRL_WPENDING: /* More to read in buffer */ in ok_ctrl()
Dbio_b64.c473 case BIO_CTRL_WPENDING: /* More to write in buffer */ in b64_ctrl()
/third_party/node/src/
Dnode_crypto_bio.cc204 case BIO_CTRL_WPENDING: in Ctrl()
/third_party/openssl/ssl/
Dbio_ssl.c313 case BIO_CTRL_WPENDING: in ssl_ctrl()
/third_party/openssl/crypto/comp/
Dc_zlib.c601 case BIO_CTRL_WPENDING: in bio_zlib_ctrl()
/third_party/openssl/test/
Dssltestlib.c570 case BIO_CTRL_WPENDING: in mempacket_test_ctrl()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c1276 case BIO_CTRL_WPENDING: in bio_method_ctrl()
/third_party/libcoap/src/
Dcoap_openssl.c364 case BIO_CTRL_WPENDING: in coap_dgram_ctrl()
/third_party/openssl/
DCHANGES5440 trigger problems with buggy BIO_CTRL_WPENDING (e.g. some versions