/external/boringssl/src/ssl/ |
D | ssl_test.cc | 1663 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 …]
|
D | bio_ssl.cc | 67 const int ret = SSL_write(ssl, out, outl); in ssl_write()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 91 while ((ret = SSL_write(ctx->ssl, buf, bufsize)) <= 0) { in rfbssl_write()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 225 int n = SSL_write(session->io_context, in SPDYF_openssl_send()
|
/external/honggfuzz/examples/openssl/ |
D | client.c | 582 if (SSL_write(client, tmp, r) <= 0) { in LLVMFuzzerTestOneInput()
|
D | server.c | 623 if (SSL_write(server, tmp, r) <= 0) { in LLVMFuzzerTestOneInput()
|
/external/libcups/cups/ |
D | tls-boringssl.c | 474 result = SSL_write((SSL *)(http->tls), buf, len); in _httpTLSWrite()
|
/external/boringssl/src/tool/ |
D | server.cc | 200 SSL_write(ssl, response, response_len); in HandleWWW()
|
D | client.cc | 315 int ssl_ret = SSL_write(ssl.get(), early_data.data(), ed_size); in DoConnection()
|
D | transport_common.cc | 429 int ssl_ret = SSL_write(ssl, buffer, n); in TransferData()
|
/external/curl/lib/ |
D | setup-vms.h | 310 #define SSL_write SSL_WRITE macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 576 ret = SSL_write (client->tlsSession, buf + offset, (size_t)(n-offset)); in WriteToTLS()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2255 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/ |
D | tls_stream.cc | 187 int ret = SSL_write(ssl_.get(), buffer, size_int); in WriteNonBlocking()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeSsl.java | 414 .SSL_write(ssl, this, fd, handshakeCallbacks, buf, offset, len, timeoutMillis); in write()
|
D | NativeCrypto.java | 1088 static native void SSL_write(long ssl, NativeSsl ssl_holder, FileDescriptor fd, in SSL_write() method in NativeCrypto
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 167 rv = SSL_write(connection->ssl, data, length); in spdy_cb_send()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response.c | 215 rv = SSL_write(connection->ssl, data, length); in send_callback()
|
D | test_new_connection.c | 233 rv = SSL_write(connection->ssl, data, length); in send_callback()
|
/external/webrtc/webrtc/base/ |
D | openssladapter.cc | 491 int code = SSL_write(ssl_, pv, checked_cast<int>(cb)); in Send()
|
D | opensslstreamadapter.cc | 530 int code = SSL_write(ssl_, data, checked_cast<int>(data_len)); in Write()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 684 int rc = SSL_write(BACKEND->handle, mem, memlen); in cyassl_send()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1503 ret = SSL_write(ssl, in, in_len); in WriteAll() 2467 SSL_write(ssl, kInitialWrite, strlen(kInitialWrite)); in DoExchange()
|
/external/libevent/ |
D | bufferevent_openssl.c | 680 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
|
/external/boringssl/src/ |
D | PORTING.md | 144 * If a HelloRequest is received while `SSL_write` has unsent application data,
|