Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbss_null.c69 case BIO_CTRL_WPENDING: in null_ctrl()
HDbss_fd.c184 case BIO_CTRL_WPENDING: in fd_ctrl()
HDbss_mem.c307 case BIO_CTRL_WPENDING: in mem_ctrl()
HDbf_lbuf.c226 case BIO_CTRL_WPENDING: in linebuffer_ctrl()
HDbss_file.c326 case BIO_CTRL_WPENDING: in file_ctrl()
HDbf_buff.c274 case BIO_CTRL_WPENDING: in buffer_ctrl()
HDbss_acpt.c520 case BIO_CTRL_WPENDING: in acpt_ctrl()
HDbss_conn.c509 case BIO_CTRL_WPENDING: in conn_ctrl()
HDbss_bio.c555 case BIO_CTRL_WPENDING: in bio_ctrl()
HDbio_lib.c578 return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL); in BIO_ctrl_wpending()
HDbss_dgram.c445 case BIO_CTRL_WPENDING: in dgram_ctrl()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h83 # define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */ macro
507 # define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
/freebsd-13-stable/crypto/openssl/crypto/evp/
HDbio_enc.c324 case BIO_CTRL_WPENDING: in enc_ctrl()
HDbio_ok.c353 case BIO_CTRL_WPENDING: /* More to read in buffer */ in ok_ctrl()
HDbio_b64.c473 case BIO_CTRL_WPENDING: /* More to write in buffer */ in b64_ctrl()
/freebsd-13-stable/crypto/openssl/ssl/
HDbio_ssl.c313 case BIO_CTRL_WPENDING: in ssl_ctrl()
/freebsd-13-stable/crypto/openssl/crypto/comp/
HDc_zlib.c601 case BIO_CTRL_WPENDING: in bio_zlib_ctrl()
/freebsd-13-stable/contrib/libevent/test/
HDregress_ssl.c680 case BIO_CTRL_WPENDING: in bio_rwcount_ctrl()
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c680 case BIO_CTRL_WPENDING: in bio_rwcount_ctrl()
/freebsd-13-stable/contrib/libevent/
HDbufferevent_openssl.c206 case BIO_CTRL_WPENDING: in bio_bufferevent_ctrl()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDbufferevent_openssl.c206 case BIO_CTRL_WPENDING: in bio_bufferevent_ctrl()
/freebsd-13-stable/crypto/openssl/
HDCHANGES5554 trigger problems with buggy BIO_CTRL_WPENDING (e.g. some versions