Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 25 of 34) sorted by relevance

12

/external/boringssl/src/ssl/
Dssl_test.cc1663 EXPECT_EQ(SSL_write(client_.get(), &byte, 1), 1); in TEST_P()
1691 ASSERT_EQ(SSL_write(server_.get(), &byte, 1), 1); in TEST_P()
2862 int ret = SSL_write(client_.get(), data, kChunkLen); in TEST_P()
2875 SSL_get_error(client_.get(), SSL_write(client_.get(), data, kChunkLen)), in TEST_P()
2880 SSL_write(client_.get(), data, kChunkLen - 1)), in TEST_P()
2887 SSL_write(client_.get(), data2, kChunkLen)), in TEST_P()
2894 SSL_write(client_.get(), data2, kChunkLen)), in TEST_P()
2899 SSL_write(client_.get(), data2, kChunkLen - 1)), in TEST_P()
2905 SSL_write(client_.get(), data, kChunkLen + 1)), in TEST_P()
2921 ASSERT_EQ(SSL_write(client_.get(), data3, kChunkLen + 1), kChunkLen); in TEST_P()
[all …]
Dbio_ssl.cc67 const int ret = SSL_write(ssl, out, outl); in ssl_write()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c91 while ((ret = SSL_write(ctx->ssl, buf, bufsize)) <= 0) { in rfbssl_write()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c225 int n = SSL_write(session->io_context, in SPDYF_openssl_send()
/external/honggfuzz/examples/openssl/
Dclient.c582 if (SSL_write(client, tmp, r) <= 0) { in LLVMFuzzerTestOneInput()
Dserver.c623 if (SSL_write(server, tmp, r) <= 0) { in LLVMFuzzerTestOneInput()
/external/libcups/cups/
Dtls-boringssl.c474 result = SSL_write((SSL *)(http->tls), buf, len); in _httpTLSWrite()
/external/boringssl/src/tool/
Dserver.cc200 SSL_write(ssl, response, response_len); in HandleWWW()
Dclient.cc315 int ssl_ret = SSL_write(ssl.get(), early_data.data(), ed_size); in DoConnection()
Dtransport_common.cc429 int ssl_ret = SSL_write(ssl, buffer, n); in TransferData()
/external/curl/lib/
Dsetup-vms.h310 #define SSL_write SSL_WRITE macro
/external/libvncserver/libvncclient/
Dtls_openssl.c576 ret = SSL_write (client->tlsSession, buf + offset, (size_t)(n-offset)); in WriteToTLS()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2255 NativeCrypto.SSL_write(s, null, fd, callback, BYTES, 0, BYTES.length, 0); in test_SSL_read()
2299 NativeCrypto.SSL_write(NULL, null, null, null, null, 0, 0, 0); in SSL_write_withNullSslShouldThrow()
2307 NativeCrypto.SSL_write(s, null, null, DUMMY_CB, null, 0, 1, 0); in SSL_write_withNullFdShouldThrow()
2319 NativeCrypto.SSL_write(s, null, INVALID_FD, null, null, 0, 1, 0); in SSL_write_withNullCallbacksShouldThrow()
2331 NativeCrypto.SSL_write(s, null, INVALID_FD, DUMMY_CB, null, 0, 1, 0); in SSL_write_withNullBytesShouldThrow()
2343 NativeCrypto.SSL_write(s, null, INVALID_FD, DUMMY_CB, new byte[1], 0, 1, 0); in SSL_write_beforeHandshakeShouldThrow()
/external/libbrillo/brillo/streams/
Dtls_stream.cc187 int ret = SSL_write(ssl_.get(), buffer, size_int); in WriteNonBlocking()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java414 .SSL_write(ssl, this, fd, handshakeCallbacks, buf, offset, len, timeoutMillis); in write()
DNativeCrypto.java1088 static native void SSL_write(long ssl, NativeSsl ssl_holder, FileDescriptor fd, in SSL_write() method in NativeCrypto
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c167 rv = SSL_write(connection->ssl, data, length); in spdy_cb_send()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c215 rv = SSL_write(connection->ssl, data, length); in send_callback()
Dtest_new_connection.c233 rv = SSL_write(connection->ssl, data, length); in send_callback()
/external/webrtc/webrtc/base/
Dopenssladapter.cc491 int code = SSL_write(ssl_, pv, checked_cast<int>(cb)); in Send()
Dopensslstreamadapter.cc530 int code = SSL_write(ssl_, data, checked_cast<int>(data_len)); in Write()
/external/curl/lib/vtls/
Dcyassl.c684 int rc = SSL_write(BACKEND->handle, mem, memlen); in cyassl_send()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1503 ret = SSL_write(ssl, in, in_len); in WriteAll()
2467 SSL_write(ssl, kInitialWrite, strlen(kInitialWrite)); in DoExchange()
/external/libevent/
Dbufferevent_openssl.c680 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
/external/boringssl/src/
DPORTING.md144 * If a HelloRequest is received while `SSL_write` has unsent application data,

12