HomeSort by: relevance | last modified time | path
    Searched refs:BIO_read_ex (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
bio_readbuffer_test.c 17 * BIO_gets() and BIO_read_ex() are both called.
18 * Since the BIO_gets() calls buffer the reads, the BIO_read_ex() should
22 * 0 : Just use BIO_read_ex().
23 * 1 : Try a few reads using BIO_gets() before using BIO_read_ex()
24 * 2 : Read the entire file using BIO_gets() before using BIO_read_ex().
36 || !TEST_int_eq(BIO_read_ex(in, expected, sizeof(expected),
83 if (!TEST_int_eq(BIO_read_ex(in_bio, buf, len, &bytes), 1))
bio_core_test.c 22 return BIO_read_ex(bio->bio, data, data_len, bytes_read);
bio_prefix_text.c 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in))
sslbuffertest.c 257 if (!TEST_true(BIO_read_ex(tmp, buf, sizeof(buf), &readbytes))
bio_tfo_test.c 176 || !TEST_true(BIO_read_ex(sbio, read_buffer, sizeof(read_buffer), &bytes))
  /src/crypto/external/bsd/openssl/dist/test/
bio_readbuffer_test.c 17 * BIO_gets() and BIO_read_ex() are both called.
18 * Since the BIO_gets() calls buffer the reads, the BIO_read_ex() should
22 * 0 : Just use BIO_read_ex().
23 * 1 : Try a few reads using BIO_gets() before using BIO_read_ex()
24 * 2 : Read the entire file using BIO_gets() before using BIO_read_ex().
36 || !TEST_int_eq(BIO_read_ex(in, expected, sizeof(expected),
82 if (!TEST_int_eq(BIO_read_ex(in_bio, buf, len, &bytes), 1))
bio_core_test.c 22 return BIO_read_ex(bio->bio, data, data_len, bytes_read);
bio_prefix_text.c 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in))
sslbuffertest.c 238 if (!TEST_true(BIO_read_ex(tmp, buf, sizeof(buf), &readbytes))
  /src/external/mpl/bind/dist/lib/isc/
openssl_shim.h 81 BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
openssl_shim.c 104 BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
openssl_shim.h 96 BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
openssl_shim.c 166 BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) {
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
ossl_core_bio.c 95 return BIO_read_ex(cb->bio, data, dlen, readbytes);
bf_prefix.c 78 return BIO_read_ex(BIO_next(b), in, size, numread);
bio_lib.c 257 * This is essentially the same as BIO_read_ex() except that it allows
319 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
ossl_core_bio.c 97 return BIO_read_ex(cb->bio, data, dlen, readbytes);
bf_prefix.c 78 return BIO_read_ex(BIO_next(b), in, size, numread);
bio_lib.c 264 * This is essentially the same as BIO_read_ex() except that it allows
328 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes)
  /src/crypto/external/bsd/openssl.old/dist/apps/
bf_prefix.c 78 return BIO_read_ex(BIO_next(b), in, size, numread);
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
tap_bio.c 64 ret = BIO_read_ex(next, buf, size, out_size);
  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop-server.c 521 if (!BIO_read_ex(readbio, buf, BUF_SIZE, &bytes_read)) {
quic-hq-interop.c 896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_lib.c 246 * This is essentially the same as BIO_read_ex() except that it allows
306 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_dispatch.h 164 OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *bio, void *data,

Completed in 25 milliseconds

1 2