/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_mode.pod | 43 SSL_write(). When not set (the default), SSL_write_ex() or SSL_write() will only 45 SSL_write() returns successful, B<r> bytes have been written and the next call 46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating 51 Make it possible to retry SSL_write_ex() or SSL_write() with changed buffer 53 avoid the misconception that nonblocking SSL_write() behaves like 132 L<SSL_write(3)>, L<SSL_get_error(3)>
|
D | SSL_get_error.pod | 18 SSL_write_ex() or SSL_write() on B<ssl>. The value returned by that TLS/SSL I/O 86 even when the call that set this error was an SSL_write() or SSL_write_ex(). 87 However, if the call was an SSL_write() or SSL_write_ex(), it should be called 89 from SSL_write() or SSL_write_ex() then you should not do any other operation 90 that could trigger B<IO> other than to repeat the previous SSL_write() call. 100 and SSL_write() or SSL_write_ex() may want to read data. 104 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
|
D | SSL_write.pod | 5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection 13 int SSL_write(SSL *ssl, const void *buf, int num); 17 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into 32 SSL_write_ex(), or SSL_write(). 78 You should not call SSL_write() with num=0, it will return an error. 95 For SSL_write() the following return values can occur:
|
D | SSL_CTX_set_split_send_fragment.pod | 67 amount of data provided to the SSL_write_ex() or SSL_write() call divided by 73 SSL_write/SSL_write_ex called with 0-2000 bytes == 1 pipeline used 75 SSL_write/SSL_write_ex called with 2001-4000 bytes == 2 pipelines used 77 SSL_write/SSL_write_ex called with 4001-6000 bytes == 3 pipelines used 79 SSL_write/SSL_write_ex called with 6001+ bytes == 4 pipelines used
|
D | SSL_set_connect_state.pod | 43 using L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, or L<SSL_read(3)>, 64 L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>,
|
D | SSL_CTX_set_num_tickets.pod | 57 together when it is safe to do so and triggered by SSL_write() or
|
D | SSL_shutdown.pod | 50 It is not possible to call SSL_write() after calling SSL_shutdown().
|
/third_party/openssl/apps/ |
D | s_time.c | 286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main() 340 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main() 368 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main()
|
/third_party/openssl/test/ |
D | fatalerrtest.c | 72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0)) in test_fatalerr()
|
D | sslbuffertest.c | 91 ret = SSL_write(clientssl, testdata + len, in test_func()
|
D | dtls_mtu_test.c | 103 if (!TEST_int_eq(SSL_write(clnt_ssl, buf, s), (int)s)) in mtu_test()
|
D | sslapitest.c | 1075 if (!TEST_true(SSL_write(clientssl, cbuf, sizeof(cbuf)) == sizeof(cbuf))) in ping_pong_query() 1084 if (!TEST_true(SSL_write(serverssl, sbuf, sizeof(sbuf)) == sizeof(sbuf))) in ping_pong_query() 1564 if (!TEST_int_eq(SSL_write(clientssl, cbuf, sizeof(cbuf)), sizeof(cbuf))) in execute_cleanse_plaintext() 6233 if (!TEST_int_eq(SSL_write(clientssl, mess, strlen(mess)), strlen(mess)) in test_key_update() 6238 if (!TEST_int_eq(SSL_write(serverssl, mess, strlen(mess)), strlen(mess)) in test_key_update() 6301 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), -1) in test_key_update_peer_in_write() 6318 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_peer_in_write() 6323 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_peer_in_write() 6384 || !TEST_int_eq(SSL_write(local, lwbuf, sizeof(lwbuf)), -1) in test_key_update_peer_in_read() 6397 if (!TEST_int_eq(SSL_write(peer, mess, strlen(mess)), strlen(mess))) in test_key_update_peer_in_read() [all …]
|
D | sslcorrupttest.c | 231 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
|
D | asynciotest.c | 344 ret = SSL_write(clientssl, testdata + len, in test_asyncio()
|
D | dtlstest.c | 516 if (!TEST_int_eq(SSL_write(sssl, msg, sizeof(msg)), (int)sizeof(msg))) in test_swap_app_data()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | io_openssl.c | 225 int n = SSL_write(session->io_context, in SPDYF_openssl_send()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 780 auto nwrite = SSL_write(tls.ssl, "", 0); in write_tls_pending_handshake() 941 rv = SSL_write(tls.ssl, data, len); in write_tls() 951 auto rv = SSL_write(tls.ssl, data, len); in write_tls()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 180 n = SSL_write(wsi->tls.ssl, buf, (int)len); in lws_ssl_capable_write()
|
/third_party/node/src/ |
D | tls_wrap.cc | 602 int written = SSL_write(ssl_.get(), data.data(), data.size()); in ClearIn() 787 written = SSL_write(ssl_.get(), data.data(), length); in DoWrite() 792 written = SSL_write(ssl_.get(), buf->base, buf->len); in DoWrite()
|
/third_party/toybox/toys/pending/ |
D | wget.c | 212 if (len != SSL_write(TT.ssl, buf, (int) len)) in wget_write()
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 33 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> and L<SSL_write(3)> are
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 340 ret = SSL_write(c->ssl, buf, size); in tls_write()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 358 n = SSL_write(wsi->tls.ssl, buf, (int)(ssize_t)len); in lws_ssl_capable_write()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 140 int SSL_write(SSL *ssl, const void *buffer, int len);
|
/third_party/nghttp2/examples/ |
D | client.c | 172 rv = SSL_write(connection->ssl, data, (int)length); in send_callback()
|