Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A 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)>,
H A DBIO_f_readbuffer.pod31 Read buffering BIOs implement BIO_read_ex() by using BIO_read_ex() operations
34 for the call. BIO_read_ex() is guaranteed to give the caller the number of bytes
H A 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
H A DBIO_read.pod5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write,
13 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
24 BIO_read_ex() attempts to read I<dlen> bytes from BIO I<b> and places the data
59 BIO_read_ex() returns 1 if data was successfully read, and 0 otherwise.
H A 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)>
H A 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().
152 L<bio(7)>, L<BIO_find_type(3)>, L<BIO_ctrl(3)>, L<BIO_read_ex(3)>, L<BIO_new(3)>
H A DBIO_s_file.pod31 Calls to BIO_read_ex() and BIO_write_ex() read and write data to the
153 L<BIO_read_ex(3)>,
H A DBIO_s_socket.pod20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
H A 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
H A DBIO_f_md.pod26 Any data written or read through a digest BIO using BIO_read_ex() and
H A DBIO_set_callback.pod124 =item B<BIO_read_ex(b, data, dlen, readbytes)>
H A DBIO_f_ssl.pod113 renegotiation takes place during a BIO_read_ex() operation, one
/freebsd/crypto/openssl/test/
H A Dbio_readbuffer_test.c36 || !TEST_int_eq(BIO_read_ex(in, expected, sizeof(expected), in test_readbuffer_file_bio()
82 if (!TEST_int_eq(BIO_read_ex(in_bio, buf, len, &bytes), 1)) in test_readbuffer_file_bio()
H A Dbio_core_test.c22 return BIO_read_ex(bio->bio, data, data_len, bytes_read); in tst_bio_core_read_ex()
H A Dbio_prefix_text.c80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) in run_pipe()
H A Devp_pkey_provided_test.c105 if (!TEST_true(BIO_read_ex(file, buf, sizeof(buf), &readbytes)) in compare_with_file()
/freebsd/crypto/openssl/crypto/bio/
H A Dossl_core_bio.c97 return BIO_read_ex(cb->bio, data, dlen, readbytes); in ossl_core_bio_read_ex()
H A Dbf_prefix.c78 return BIO_read_ex(BIO_next(b), in, size, numread); in prefix_read()
H A Dbio_lib.c328 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) in BIO_read_ex() function
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod70 L<BIO_push(3)>, L<BIO_read_ex(3)>,
H A Dprovider-base.pod64 int BIO_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len,
162 BIO_read_ex OSSL_FUNC_BIO_READ_EX
289 BIO_new_file(), BIO_new_mem_buf(), BIO_read_ex(), BIO_write_ex(), BIO_up_ref(),
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h164 OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *bio, void *data,
H A Dbio.h642 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
H A Dbio.h.in619 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
/freebsd/crypto/openssl/apps/
H A Ds_client.c2700 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()

12