HomeSort by relevance Sort by last modified time
    Searched refs:SSL_write (Results 1 - 25 of 26) sorted by null

1 2

  /external/libmicrohttpd/src/microspdy/
io_openssl.c 225 int n = SSL_write(session->io_context,
  /external/libvncserver/libvncserver/
rfbssl_openssl.c 91 while ((ret = SSL_write(ctx->ssl, buf, bufsize)) <= 0) {
  /external/boringssl/src/tool/
transport_common.cc 273 int ssl_ret = SSL_write(ssl, buffer, n);
284 fprintf(stderr, "Short write from SSL_write.\n");
  /external/libweave/examples/provider/
ssl_stream.cc 104 int res = SSL_write(ssl_.get(), buffer, size_to_write);
  /external/curl/lib/
setup-vms.h 309 #define SSL_write SSL_WRITE
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/libvncserver/libvncclient/
tls_openssl.c 576 ret = SSL_write (client->tlsSession, buf + offset, (size_t)(n-offset));
  /external/curl/lib/vtls/
cyassl.c 629 int rc = SSL_write(conn->ssl[sockindex].handle, mem, memlen);
637 /* there's data pending, re-invoke SSL_write() */
openssl.c     [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 187 int ret = SSL_write(ssl_.get(), buffer, size_int);
195 // Reads might be required for SSL_write() because of possible TLS
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 167 rv = SSL_write(connection->ssl, data, length);
  /external/webrtc/webrtc/base/
openssladapter.cc 491 int code = SSL_write(ssl_, pv, checked_cast<int>(cb));
512 Error("SSL_write", (code ? code : -1), false);
opensslstreamadapter.cc 530 int code = SSL_write(ssl_, data, checked_cast<int>(data_len));
549 Error("SSL_write", (ssl_error ? ssl_error : -1), false);
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
OpenSSLSocketImpl.java 367 // TODO: SSL_read and SSL_write return -1 when interrupted, but SSL_do_handshake
783 * to make sure we serialize callers of SSL_write. Thread is
824 NativeCrypto.SSL_write(sslNativePointer, Platform.getFileDescriptor(socket),
    [all...]
  /external/libevent/
bufferevent_openssl.c 302 /* If this value is greater than 0, then the last SSL_write blocked,
658 /* SSL_write will (reasonably) return 0 if we tell it to
664 r = SSL_write(bev_ssl->ssl, space[i].iov_base,
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 233 rv = SSL_write(connection->ssl, data, length);
test_request_response.c 215 rv = SSL_write(connection->ssl, data, length);
  /external/tlsdate/src/
tlsdate-helper.c 189 r = SSL_write(ssl, string, n);
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 917 // operations. It returns the result of the final |SSL_write| call.
922 ret = SSL_write(ssl, in, in_len);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 315 /* SSL_write writes up to |num| bytes from |buf| into |ssl|. It implicitly runs
320 * In TLS, a non-blocking |SSL_write| differs from non-blocking |write| in that
321 * a failed |SSL_write| still commits to the data passed in. When retrying, the
328 * By default, in TLS, |SSL_write| will not return success until all |num| bytes
330 * allows |SSL_write| to complete with a partial result when only part of the
335 * different buffer freely. A single call to |SSL_write| only ever writes a
341 OPENSSL_EXPORT int SSL_write(SSL *ssl, const void *buf, int num);
595 /* SSL_MODE_ENABLE_PARTIAL_WRITE, in TLS, allows |SSL_write| to complete with a
601 * |SSL_write| with a different buffer. However, |SSL_write| still assumes th
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 622 int SSL_write(SSL *ssl, const void *buf, int num) {
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 562 res = SSL_write (connection->tls_session, other, i);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 705 milliseconds

1 2