Home
last modified time | relevance | path

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

12

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_read.pod5 SSL_read - read bytes from a TLS/SSL connection.
11 int SSL_read(SSL *ssl, void *buf, int num);
15 SSL_read() tries to read B<num> bytes from the specified B<ssl> into the
20 If necessary, SSL_read() will negotiate a TLS/SSL session, if
24 the SSL_read() operation. The behaviour of SSL_read() depends on the
30 before the first call to an SSL_read() or L<SSL_write(3)|SSL_write(3)>
46 record is complete and SSL_read() can succeed.
55 when the underlying BIO could not satisfy the needs of SSL_read()
58 return value of SSL_read() will yield B<SSL_ERROR_WANT_READ> or
69 SSL_read() can be called without blocking or actually receiving new
[all …]
H A DSSL_pending.pod22 L<SSL_read(3)|SSL_read(3)>.
42 L<SSL_read(3)|SSL_read(3)>,
H A DSSL_set_connect_state.pod38 using L<SSL_write(3)|SSL_write(3)> or L<SSL_read(3)|SSL_read(3)>, the
51 L<SSL_write(3)|SSL_write(3)>, L<SSL_read(3)|SSL_read(3)>,
H A DSSL_CTX_set_mode.pod55 L<SSL_read(3)|SSL_read(3)> or L<SSL_write(3)|SSL_write(3)> would return
95 L<ssl(3)|ssl(3)>, L<SSL_read(3)|SSL_read(3)>, L<SSL_write(3)|SSL_write(3)>
H A DSSL_write.pod30 before the first call to an L<SSL_read(3)|SSL_read(3)> or SSL_write() function.
103 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_read(3)|SSL_read(3)>,
H A DSSL_get_error.pod17 SSL_read(), SSL_peek(), or SSL_write() on B<ssl>. The value returned by
67 SSL_read() or SSL_peek() may want to write data and SSL_write() may want
70 SSL_read(), SSL_peek(), and SSL_write() will handle any pending handshakes.
H A DSSL_shutdown.pod53 (L<SSL_read(3)|SSL_read(3)>), the SSL_RECEIVED_SHUTDOWN flag is set.
H A Dssl.pod33 L<SSL_read(3)|SSL_read(3)> and L<SSL_write(3)|SSL_write(3)> are used
570 =item int B<SSL_read>(SSL *ssl, void *buf, int num);
740 L<SSL_read(3)|SSL_read(3)>,
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c432 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in MAIN()
490 while (SSL_read(scon, buf, sizeof(buf)) > 0) ; in MAIN()
527 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in MAIN()
H A Ds_client.c1756 k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ ); in MAIN()
1759 k = SSL_read(con, sbuf, 16); in MAIN()
H A Ds_server.c2304 i = SSL_read(con, (char *)buf, bufsize); in sv_body()
2316 i = SSL_read(con, (char *)buf, bufsize); in sv_body()
/minix/crypto/external/bsd/openssl/dist/demos/ssl/
H A Dcli.cpp99 err = SSL_read (ssl, buf, sizeof(buf) - 1); CHK_SSL(err); in main()
H A Dinetdsrv.cpp85 err = SSL_read (ssl, buf, sizeof(buf) - 1); CHK_SSL(err); in main()
H A Dserv.cpp140 err = SSL_read (ssl, buf, sizeof(buf) - 1); CHK_SSL(err); in main()
/minix/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp155 bytesRead = SSL_read(ssl,tempString,sizeof(tempString) - 1); in main()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_lib.c140 return (SSL_read(s, buf, len)); in ssl23_read()
H A Dbio_ssl.c165 ret = SSL_read(ssl, out, outl); in ssl_read()
/minix/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc26 SSL_CTX_set_client_cert_cb.3 openssl_hmac.3 SSL_read.3 \
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c187 ret = SSL_read(ssl, buf->data + buf->used, buffer_unused(buf)); in buffer_from_SSL()
/minix/crypto/external/bsd/openssl/dist/demos/state_machine/
H A Dstate_machine.c185 n = SSL_read(pMachine->pSSL, aucBuf, nBuf); in SSLStateMachine_read_extract()
/minix/libexec/httpd/
H A Dssl-bozo.c167 ret = SSL_read(sslinfo->bozossl, buf, (int)nbytes); in bozo_ssl_read()
/minix/usr.bin/ftp/
H A Dssl.c300 rlen = SSL_read(ssl, buf, len); in fetch_ssl_read()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num68 SSL_read 78 EXIST::FUNCTION:
/minix/external/bsd/fetch/dist/libfetch/
H A Dcommon.c542 rlen = SSL_read(conn->ssl, buf, (int)len); in fetch_read()
/minix/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1234 n = SSL_read(ssl, buf->buf + total, (sizeof buf->buf) - total); in tls_read_attempt()

12