Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_null.c57 case BIO_CTRL_RESET: in null_ctrl()
Dbss_fd.c152 case BIO_CTRL_RESET: in fd_ctrl()
Dbss_mem.c258 case BIO_CTRL_RESET: in mem_ctrl()
Dbf_lbuf.c217 case BIO_CTRL_RESET: in linebuffer_ctrl()
Dbss_file.c188 case BIO_CTRL_RESET: in file_ctrl()
Dbf_buff.c249 case BIO_CTRL_RESET: in buffer_ctrl()
Dbss_conn.c368 case BIO_CTRL_RESET: in conn_ctrl()
Dbss_acpt.c406 case BIO_CTRL_RESET: in acpt_ctrl()
Dbss_bio.c529 case BIO_CTRL_RESET: in bio_ctrl()
Dbss_dgram.c416 case BIO_CTRL_RESET: in dgram_ctrl()
/third_party/openssl/test/testutil/
Dtap_bio.c127 case BIO_CTRL_RESET: in tap_ctrl()
/third_party/openssl/crypto/evp/
Dbio_md.c149 case BIO_CTRL_RESET: in md_ctrl()
Dbio_enc.c309 case BIO_CTRL_RESET: in enc_ctrl()
Dbio_b64.c461 case BIO_CTRL_RESET: in b64_ctrl()
Dbio_ok.c335 case BIO_CTRL_RESET: in ok_ctrl()
/third_party/openssl/test/
Dssltestlib.c595 case BIO_CTRL_RESET: in mempacket_test_ctrl()
688 case BIO_CTRL_RESET: in always_retry_ctrl()
/third_party/openssl/include/openssl/
Dbio.h71 # define BIO_CTRL_RESET 1/* opt - rewind/zero etc */ macro
480 # define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
/third_party/node/src/
Dnode_crypto_bio.cc177 case BIO_CTRL_RESET: in Ctrl()
/third_party/openssl/ssl/
Dbio_ssl.c237 case BIO_CTRL_RESET: in ssl_ctrl()
/third_party/openssl/crypto/comp/
Dc_zlib.c555 case BIO_CTRL_RESET: in bio_zlib_ctrl()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c1265 case BIO_CTRL_RESET: in bio_method_ctrl()
/third_party/libcoap/src/
Dcoap_openssl.c359 case BIO_CTRL_RESET: in coap_dgram_ctrl()