| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_pending.pod | 19 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 D | SSL_read.pod | 5 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 D | SSL_shutdown.pod | 74 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 D | SSL_get_error.pod | 17 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 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)>,
|
| H A D | SSL_CTX_set_mode.pod | 61 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 D | SSL_CTX_set_read_ahead.pod | 44 Since SSL_read() can return B<SSL_ERROR_WANT_READ> for non-application data
|
| H A D | SSL_write.pod | 136 L<SSL_get_error(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>
|
| H A D | SSL_read_early_data.pod | 108 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 D | BIO_s_bio.pod | 147 SSL_operations(); /* e.g. SSL_read and SSL_write */
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_time.c | 234 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 D | Version.map | 313 SSL_read;
|
| /freebsd-13.1/contrib/dma/ |
| H A D | net.c | 157 if ((rlen = SSL_read(config.ssl, buff + len, sizeof(buff) - len)) <= 0) { in read_remote()
|
| /freebsd-13.1/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 380 ret = SSL_read(slp->ssl, &junk, 0); in rpctlscd_handlerecord_1_svc()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 31 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 D | sfsasl.c | 736 r = SSL_read(so->con, (char *) buf, size);
|
| /freebsd-13.1/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 443 ret = SSL_read(slp->ssl, &junk, 0); in rpctlssd_handlerecord_1_svc()
|
| /freebsd-13.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 765 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 D | unbound-anchor.c | 894 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 D | unbound-control.c | 770 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 236 ssldone = SSL_read(recvssl, buf, sizeof(buf)); in ssl_recv_tcp_send()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | netevent.c | 1391 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 D | bufferevent_openssl.c | 598 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len); in do_read()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 603 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len); in do_read()
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | common.c | 1298 rlen = SSL_read(ssl, buf, len); in fetch_ssl_read()
|