Home
last modified time | relevance | path

Searched refs:SSL_read (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_pending.pod19 read by the application via a call to L<SSL_read_ex(3)> or L<SSL_read(3)>.
37 return 1, and then a subsequent call to SSL_read_ex() or SSL_read() to return no
41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is
53 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_CTX_set_read_ahead(3)>,
H A DSSL_read.pod5 SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek
13 int SSL_read(SSL *ssl, void *buf, int num);
20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl>
24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read()
26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield
32 SSL_read(), SSL_peek_ex() or SSL_peek().
107 For SSL_read() and SSL_peek() the following return values can occur:
H A DSSL_shutdown.pod74 SSL_read() should be called until all data is received.
75 SSL_read() will indicate the end of the peer data by returning <= 0
82 (L<SSL_read(3)>), the SSL_RECEIVED_SHUTDOWN flag is set.
83 SSL_read() will return <= 0 in that case, and SSL_get_error() will return
112 However, it is recommended to wait for it using SSL_read() instead.
140 Call SSL_read() to do a bidirectional shutdown.
158 It can also occur when not all data was read using SSL_read().
H A DSSL_get_error.pod17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(),
58 SSL_read() and SSL_read_ex() can also set B<SSL_ERROR_WANT_READ> when there is
61 See L<SSL_read(3)> for more information.
73 It is safe to call SSL_read() or SSL_read_ex() when more data is available
85 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data
89 either the client or the server); SSL_read_ex(), SSL_read(), SSL_peek_ex(),
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_CTX_set_mode.pod61 L<SSL_read_ex(3)> and L<SSL_read(3)> can return with a failure and indicate the
81 Otherwise the call to SSL_read() or SSL_read_ex() might hang when a
131 L<ssl(7)>, L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
H A DSSL_CTX_set_read_ahead.pod44 Since SSL_read() can return B<SSL_ERROR_WANT_READ> for non-application data
H A DSSL_write.pod136 L<SSL_get_error(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>
H A DSSL_read_early_data.pod108 calls to L<SSL_read_ex(3)> and L<SSL_read(3)> with calls to
172 Servers must not call L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
H A DBIO_s_bio.pod147 SSL_operations(); /* e.g. SSL_read and SSL_write */
/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c234 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in s_time_main()
288 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in s_time_main()
315 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in s_time_main()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map313 SSL_read;
/freebsd-13.1/contrib/dma/
H A Dnet.c157 if ((rlen = SSL_read(config.ssl, buff + len, sizeof(buff) - len)) <= 0) { in read_remote()
/freebsd-13.1/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c380 ret = SSL_read(slp->ssl, &junk, 0); in rpctlscd_handlerecord_1_svc()
/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
621 =item int B<SSL_read>(SSL *ssl, void *buf, int num);
805 L<SSL_read(3)>,
/freebsd-13.1/contrib/sendmail/src/
H A Dsfsasl.c736 r = SSL_read(so->con, (char *) buf, size);
/freebsd-13.1/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c443 ret = SSL_read(slp->ssl, &junk, 0); in rpctlssd_handlerecord_1_svc()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c765 ssl_len = SSL_read(ctx->ssl, buf, bufsize); in ssl_decrypt()
789 ssl_len = SSL_read(ctx->ssl, buf, bufsize); in ssl_decrypt()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-anchor.c894 if((r = SSL_read(ssl, buf+n, 1)) <= 0) { in read_ssl_line()
952 if((r = SSL_read(ssl, data+got, (int)(len-got))) <= 0) { in read_data_chunk()
H A Dunbound-control.c770 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c236 ssldone = SSL_read(recvssl, buf, sizeof(buf)); in ssl_recv_tcp_send()
/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.c1391 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(c->buffer,
1441 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer),
2258 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer),
2710 r = SSL_read(h2_session->c->ssl, buf, len);
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c598 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len); in do_read()
/freebsd-13.1/contrib/libevent/
H A Dbufferevent_openssl.c603 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len); in do_read()
/freebsd-13.1/lib/libfetch/
H A Dcommon.c1298 rlen = SSL_read(ssl, buf, len); in fetch_ssl_read()

12