| /minix3/crypto/external/bsd/openssl/dist/doc/ssl/ |
| H A D | SSL_write.pod | 5 SSL_write - write bytes to a TLS/SSL connection. 11 int SSL_write(SSL *ssl, const void *buf, int num); 15 SSL_write() writes B<num> bytes from the buffer B<buf> into the specified 20 If necessary, SSL_write() will negotiate a TLS/SSL session, if 24 the SSL_write() operation. The behaviour of SSL_write() depends on the 30 before the first call to an L<SSL_read(3)|SSL_read(3)> or SSL_write() function. 32 If the underlying BIO is B<blocking>, SSL_write() will only return, once the 38 If the underlying BIO is B<non-blocking>, SSL_write() will also return, 39 when the underlying BIO could not satisfy the needs of SSL_write() 42 return value of SSL_write() will yield B<SSL_ERROR_WANT_READ> or [all …]
|
| H A D | SSL_CTX_set_mode.pod | 37 Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 39 SSL_write() will only report success once the complete chunk was written. 40 Once SSL_write() returns with r, r bytes have been successfully written 41 and the next call to SSL_write() must only send the n-r bytes left, 46 Make it possible to retry SSL_write() with changed buffer location 48 the misconception that non-blocking SSL_write() behaves like 55 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 D | SSL_set_connect_state.pod | 38 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 D | SSL_read.pod | 30 before the first call to an SSL_read() or L<SSL_write(3)|SSL_write(3)> 116 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
|
| H A D | SSL_get_error.pod | 17 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 D | ssl.pod | 33 L<SSL_read(3)|SSL_read(3)> and L<SSL_write(3)|SSL_write(3)> are used 666 =item int B<SSL_write>(SSL *ssl, const void *buf, int num); 751 L<SSL_write(3)|SSL_write(3)>,
|
| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_time.c | 431 SSL_write(scon, buf, strlen(buf)); in MAIN() 489 SSL_write(scon, buf, strlen(buf)); in MAIN() 526 SSL_write(scon, buf, strlen(buf)); in MAIN()
|
| H A D | s_server.c | 2248 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body() 2260 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body() 2651 SSL_write(con, NULL, 0); in www_body()
|
| H A D | s_client.c | 1663 k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len); in MAIN()
|
| /minix3/libexec/httpd/ |
| H A D | ssl-bozo.c | 151 int ret = SSL_write(sslinfo->bozossl, buf, nbytes); in bozo_ssl_printf() 180 ret = SSL_write(sslinfo->bozossl, buf, (int)nbytes); in bozo_ssl_write()
|
| /minix3/crypto/external/bsd/openssl/dist/demos/ssl/ |
| H A D | inetdsrv.cpp | 89 err = SSL_write (ssl, "Loud and clear.", strlen("Loud and clear.")); in main()
|
| H A D | cli.cpp | 97 err = SSL_write (ssl, "Hello World!", strlen("Hello World!")); CHK_SSL(err); in main()
|
| H A D | serv.cpp | 144 err = SSL_write (ssl, "I hear you.", strlen("I hear you.")); CHK_SSL(err); in main()
|
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | GetHTTPS.cpp | 139 errCode = SSL_write(ssl,tempString,CStrLength(tempString)); in main()
|
| /minix3/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | s23_lib.c | 180 return (SSL_write(s, buf, len)); in ssl23_write()
|
| H A D | bio_ssl.c | 238 ret = SSL_write(ssl, out, outl); in ssl_write()
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/ |
| H A D | man.inc | 41 SSL_set_connect_state.3 SSL_write.3 DSA_size.3 RSA_size.3 \
|
| /minix3/crypto/external/bsd/openssl/dist/demos/tunala/ |
| H A D | buffer.c | 201 ret = SSL_write(ssl, buf->data, buf->used); in buffer_to_SSL()
|
| /minix3/crypto/external/bsd/openssl/dist/demos/state_machine/ |
| H A D | state_machine.c | 228 int n = SSL_write(pMachine->pSSL, aucBuf, nBuf); in SSLStateMachine_write_inject()
|
| /minix3/usr.bin/ftp/ |
| H A D | ssl.c | 123 len = SSL_write(conn->ssl, iov->iov_base, iov->iov_len); in fetch_writev()
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | ssleay.num | 96 SSL_write 108 EXIST::FUNCTION:
|
| /minix3/external/bsd/fetch/dist/libfetch/ |
| H A D | common.c | 677 wlen = SSL_write(conn->ssl, buf, (int)len); in fetch_write()
|
| /minix3/crypto/external/bsd/openssl/dist/demos/easy_tls/ |
| H A D | easy-tls.c | 1207 n = SSL_write(ssl, buf->buf + buf->offset, buf->len); in tls_write_attempt()
|
| /minix3/external/bsd/libevent/dist/ |
| H A D | bufferevent_openssl.c | 667 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | FAQ | 950 the underlying transport or that SSL_write() will just write to it -- 951 it is also possible that SSL_write() cannot do any useful work until 956 SSL_write() will try to continue any pending handshake.
|