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

1 2

  /external/boringssl/src/ssl/
bio_ssl.cc 59 static int ssl_write(BIO *bio, const char *out, int outl) { function
67 const int ret = SSL_write(ssl, out, outl);
171 BIO_TYPE_SSL, "SSL", ssl_write, ssl_read, NULL,
ssl_test.cc     [all...]
  /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) {
  /system/netd/tests/dns_responder/
dns_tls_frontend.cpp 343 if (SSL_write(ssl, responseHeader, 2) != 2) {
347 if (SSL_write(ssl, recv_buffer, rlen) != rlen) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
TlsProcess.c 461 return SSL_write (TlsConn->Ssl, Buffer, (UINT32) BufferSize);
  /external/boringssl/src/tool/
server.cc 200 SSL_write(ssl, response, response_len);
client.cc 315 int ssl_ret = SSL_write(ssl.get(), early_data.data(), ed_size);
322 fprintf(stderr, "Short write from SSL_write.\n");
transport_common.cc 429 int ssl_ret = SSL_write(ssl, buffer, n);
440 fprintf(stderr, "Short write from SSL_write.\n");
  /external/libcups/cups/
tls-boringssl.c 470 result = SSL_write((SSL *)(http->tls), buf, len);
  /external/curl/lib/
setup-vms.h 310 #define SSL_write SSL_WRITE
  /external/libvncserver/libvncclient/
tls_openssl.c 576 ret = SSL_write (client->tlsSession, buf + offset, (size_t)(n-offset));
  /system/netd/server/dns/
DnsTlsSocket.cpp 318 int ret = SSL_write(mSsl.get(), buffer.base(), buffer.size());
326 ALOGV("SSL_write error");
333 ALOGV("SSL_write error %d", ssl_err);
487 ALOGV("%u SSL_write complete", mMark);
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeSsl.java 414 .SSL_write(ssl, this, fd, handshakeCallbacks, buf, offset, len, timeoutMillis);
NativeCrypto.java     [all...]
  /external/curl/lib/vtls/
cyassl.c 684 int rc = SSL_write(BACKEND->handle, mem, memlen);
692 /* there's data pending, re-invoke SSL_write() */
  /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/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/libevent/
bufferevent_openssl.c 306 /* If this value is greater than 0, then the last SSL_write blocked,
673 /* SSL_write will (reasonably) return 0 if we tell it to
680 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/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 560 milliseconds

1 2