/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | bf_prefix.c | 94 return BIO_write_ex(BIO_next(b), out, outl, numwritten); in prefix_write() 107 if (!BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write() 123 if (!BIO_write_ex(BIO_next(b), out, i, &num)) in prefix_write()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bf_prefix.c | 101 return BIO_write_ex(BIO_next(b), out, outl, numwritten); in prefix_write() 118 && !BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write() 135 if (!BIO_write_ex(BIO_next(b), out, i, &num)) in prefix_write()
|
H A D | ossl_core_bio.c | 103 return BIO_write_ex(cb->bio, data, dlen, written); in ossl_core_bio_write_ex()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_read.pod | 5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write, BIO_gets, BIO_puts 13 int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written); 26 BIO_write_ex() attempts to write B<dlen> bytes from B<data> to BIO B<b>. If 46 BIO_read_ex() and BIO_write_ex() return 1 if data was successfully read or
|
H A D | BIO_s_fd.pod | 23 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 85 L<BIO_write_ex(3)>, L<BIO_puts(3)>,
|
H A D | BIO_s_bio.pod | 49 Calls to BIO_write_ex() will place data in the buffer or request a retry if the 82 value will return a value from BIO_write_ex() less than the amount requested or 113 BIO_write_ex() and a response read with BIO_read_ex(), this can occur during an 114 TLS/SSL handshake for example. BIO_write_ex() will succeed and place data in the
|
H A D | BIO_s_file.pod | 31 Calls to BIO_read_ex() and BIO_write_ex() read and write data to the 155 L<BIO_write_ex(3)>, L<BIO_puts(3)>,
|
H A D | BIO_s_socket.pod | 20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
|
H A D | BIO_meth_new.pod | 83 will be called in response to the application calling BIO_write_ex() or 85 BIO_write_ex(). Older code may call BIO_meth_get_write() and
|
H A D | BIO_f_md.pod | 27 BIO_write_ex() is digested.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_read.pod | 5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write, 14 int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written); 28 BIO_write_ex() attempts to write I<dlen> bytes from I<data> to BIO I<b>. 61 BIO_write_ex() returns 1 if no error was encountered writing data, 0 otherwise. 117 BIO_write_ex() returns 1 if the size of the data to write is 0 and the
|
H A D | BIO_s_fd.pod | 23 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 85 L<BIO_write_ex(3)>, L<BIO_puts(3)>,
|
H A D | BIO_s_bio.pod | 49 Calls to BIO_write_ex() will place data in the buffer or request a retry if the 82 value will return a value from BIO_write_ex() less than the amount requested or 113 BIO_write_ex() and a response read with BIO_read_ex(), this can occur during an 114 TLS/SSL handshake for example. BIO_write_ex() will succeed and place data in the
|
H A D | BIO_s_file.pod | 31 Calls to BIO_read_ex() and BIO_write_ex() read and write data to the 154 L<BIO_write_ex(3)>, L<BIO_puts(3)>,
|
H A D | BIO_s_socket.pod | 20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | recordlentest.c | 41 if (!BIO_write_ex(b, header, SSL3_RT_HEADER_LENGTH, &written) in write_record() 53 if (!BIO_write_ex(b, buf, outlen, &written) in write_record()
|
H A D | bio_core_test.c | 28 return BIO_write_ex(bio->bio, data, data_len, written); in tst_bio_core_write_ex()
|
H A D | bio_prefix_text.c | 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()
|
H A D | sslbuffertest.c | 277 if (!TEST_true(BIO_write_ex(tmp, buf, partial_len, &written))) in test_free_buffers()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | recordlentest.c | 41 if (!BIO_write_ex(b, header, SSL3_RT_HEADER_LENGTH, &written) in write_record() 53 if (!BIO_write_ex(b, buf, outlen, &written) in write_record()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | openssl_shim.h | 101 BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written);
|
H A D | openssl_shim.c | 179 BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written) { in BIO_write_ex() function
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | openssl_shim.h | 86 BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written);
|
H A D | openssl_shim.c | 117 BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written) { 119 BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written) { BIO_write_ex() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tap_bio.c | 77 return BIO_write_ex(b, buf, n, &m) != 0 && m == n; in write_string()
|