Home
last modified time | relevance | path

Searched refs:BIO_read_ex (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_s_fd.pod23 BIO_read_ex() and BIO_write_ex() read or write the underlying descriptor.
48 The behaviour of BIO_read_ex() and BIO_write_ex() depends on the behavior of the
51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
84 L<BIO_reset(3)>, L<BIO_read_ex(3)>,
DBIO_f_buffer.pod52 Buffering BIOs implement BIO_read_ex() and BIO_gets() by using
53 BIO_read_ex() operations on the next BIO in the chain and storing the
56 the caller a whole line, and BIO_read_ex() is guaranteed to give the
60 BIO_gets() or exact size BIO_read_ex() functionality if the following
DBIO_read.pod5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write, BIO_gets, BIO_puts
12 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
22 BIO_read_ex() attempts to read B<dlen> bytes from BIO B<b> and places the data
46 BIO_read_ex() and BIO_write_ex() return 1 if data was successfully read or
DBIO_s_bio.pod46 Calls to BIO_read_ex() will read data from the buffer or request a retry if no
113 BIO_write_ex() and a response read with BIO_read_ex(), this can occur during an
115 write buffer. BIO_read_ex() will initially fail and BIO_should_read() will be
190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
DBIO_meth_new.pod92 be called in response to the application calling BIO_read_ex() or BIO_read().
93 The parameters for the function have the same meaning as for BIO_read_ex().
149 L<bio>, L<BIO_find_type>, L<BIO_ctrl>, L<BIO_read_ex>, L<BIO_new>
DBIO_s_file.pod31 Calls to BIO_read_ex() and BIO_write_ex() read and write data to the
154 L<BIO_read_ex(3)>,
DBIO_s_socket.pod20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
DBIO_should_retry.pod27 They will typically be called after a failed BIO_read_ex() or BIO_write_ex()
70 operation. For example if a call to BIO_read_ex() on a socket BIO returns
DBIO_f_md.pod26 Any data written or read through a digest BIO using BIO_read_ex() and
DBIO_set_callback.pod115 =item B<BIO_read_ex(b, data, dlen, readbytes)>
DBIO_f_ssl.pod110 renegotiation takes place during a BIO_read_ex() operation, one
/third_party/openssl/test/testutil/
Dtap_bio.c64 ret = BIO_read_ex(next, buf, size, out_size); in tap_read_ex()
/third_party/openssl/apps/
Dbf_prefix.c78 return BIO_read_ex(BIO_next(b), in, size, numread); in prefix_read()
Ds_client.c2748 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()
/third_party/openssl/doc/man7/
Dbio.pod69 L<BIO_push(3)>, L<BIO_read_ex(3)>,
/third_party/openssl/crypto/bio/
Dbio_lib.c306 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) in BIO_read_ex() function
/third_party/openssl/include/openssl/
Dbio.h560 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
/third_party/openssl/crypto/err/
Dopenssl.txt162 BIO_F_BIO_READ_EX:105:BIO_read_ex
/third_party/openssl/test/
Dsslapitest.c2339 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread)) in test_early_data_read_write()
/third_party/openssl/util/
Dlibcrypto.num4211 BIO_read_ex 4162 1_1_1 EXIST::FUNCTION: