Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_mode.pod43 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)>
H A DSSL_write.pod5 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:
H A DSSL_CTX_set_split_send_fragment.pod67 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
H A DSSL_get_error.pod18 SSL_write_ex() or SSL_write() on B<ssl>. The value returned by that TLS/SSL I/O
74 even when the call that set this error was an SSL_write() or SSL_write_ex().
75 However, if the call was an SSL_write() or SSL_write_ex(), it should be called
86 and SSL_write() or SSL_write_ex() may want to read data.
90 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
H A DSSL_set_connect_state.pod43 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)>,
H A DSSL_shutdown.pod52 It is not possible to call SSL_write() after calling SSL_shutdown().
H A DBIO_s_bio.pod147 SSL_operations(); /* e.g. SSL_read and SSL_write */
H A DSSL_read_early_data.pod173 L<SSL_write(3)> until SSL_read_early_data() has returned with
/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c232 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main()
286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main()
313 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) in s_time_main()
H A Ds_server.c2587 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body()
2600 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map390 SSL_write;
/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.c1509 r = SSL_write(c->ssl,
1514 r = SSL_write(c->ssl,
1527 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
1532 r = SSL_write(c->ssl,
1582 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
1585 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
2964 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
3038 r = SSL_write(h2_session->c->ssl, buf, len);
/freebsd-13.1/contrib/dma/
H A Dnet.c102 if ((n = SSL_write(config.ssl, (const char*)(cmd + pos), len - pos)) <= 0) { in send_remote_command()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod31 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> and L<SSL_write(3)> are
727 =item int B<SSL_write>(SSL *ssl, const void *buf, int num);
817 L<SSL_write(3)>,
/freebsd-13.1/contrib/sendmail/src/
H A Dsfsasl.c862 r = SSL_write(so->con, (char *) buf, size);
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c209 ssldone = SSL_write(sendssl, buf, (int)tcpdone); in tcp_recv_ssl_send()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c797 if(SSL_write(ssl, buf, (int)len) <= 0) in remote_write()
H A Dunbound-anchor.c846 if(SSL_write(ssl, buf, (int)strlen(buf)) <= 0) { in write_ssl_line()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c674 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
/freebsd-13.1/contrib/libevent/
H A Dbufferevent_openssl.c680 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
/freebsd-13.1/lib/libfetch/
H A Dcommon.c1514 wlen = SSL_write(conn->ssl, in fetch_writev()
/freebsd-13.1/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c760 if((r=SSL_write(data->ssl, acceptframe, len)) <= 0) { in reply_with_accept()
H A Ddtstream.c763 r = SSL_write(dtio->ssl, buf, len); in dtio_write_ssl()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c958 ssl_len = SSL_write(ctx->ssl, vecs_data, interim_len); in ssl_encrypt()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile412 MAN+= SSL_write.3
2851 MLINKS+= SSL_write.3 SSL_sendfile.3
2852 MLINKS+= SSL_write.3 SSL_write_ex.3

12