/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 225 int n = SSL_write(session->io_context, in SPDYF_openssl_send()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 91 while ((ret = SSL_write(ctx->ssl, buf, bufsize)) <= 0) { in rfbssl_write()
|
/external/boringssl/src/tool/ |
D | transport_common.cc | 273 int ssl_ret = SSL_write(ssl, buffer, n); in TransferData()
|
/external/libweave/examples/provider/ |
D | ssl_stream.cc | 104 int res = SSL_write(ssl_.get(), buffer, size_to_write); in Write()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 1165 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1, in test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate() 1907 NativeCrypto.SSL_write(ssl, fd, callback, new byte[] { 42 }, 0, 1, in test_SSL_NpnNegotiateSuccess() 2052 NativeCrypto.SSL_write(s, fd, callback, new byte[] { 42 }, 0, 1, 0); in test_SSL_renegotiate() 2222 NativeCrypto.SSL_write(s, fd, callback, BYTES, 0, BYTES.length, 0); in test_SSL_read() 2270 NativeCrypto.SSL_write(NULL, null, null, null, 0, 0, 0); in test_SSL_write() 2280 NativeCrypto.SSL_write(s, null, DUMMY_CB, null, 0, 1, 0); in test_SSL_write() 2293 NativeCrypto.SSL_write(s, INVALID_FD, null, null, 0, 1, 0); in test_SSL_write() 2306 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, null, 0, 1, 0); in test_SSL_write() 2319 NativeCrypto.SSL_write(s, INVALID_FD, DUMMY_CB, new byte[1], 0, 1, 0); in test_SSL_write()
|
/external/curl/lib/ |
D | setup-vms.h | 304 #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/libbrillo/brillo/streams/ |
D | tls_stream.cc | 187 int ret = SSL_write(ssl_.get(), buffer, size_int); in WriteNonBlocking()
|
/external/boringssl/src/ |
D | PORTING.md | 124 * If a HelloRequest is received while `SSL_write` has unsent application data,
|
/external/curl/lib/vtls/ |
D | cyassl.c | 499 int rc = SSL_write(conn->ssl[sockindex].handle, mem, memlen); in cyassl_send()
|
D | openssl.c | 2997 rc = SSL_write(conn->ssl[sockindex].handle, mem, memlen); in ossl_send()
|
/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/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/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 824 NativeCrypto.SSL_write(sslNativePointer, Platform.getFileDescriptor(socket), in write()
|
D | NativeCrypto.java | 1170 public static native void SSL_write(long sslNativePointer, in SSL_write() method in NativeCrypto
|
/external/tlsdate/src/ |
D | tlsdate-helper.c | 189 r = SSL_write(ssl, string, n); in write_all_to_ssl()
|
/external/libevent/ |
D | bufferevent_openssl.c | 664 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 922 ret = SSL_write(ssl, in, in_len); in WriteAll()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 341 OPENSSL_EXPORT int SSL_write(SSL *ssl, const void *buf, int num);
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 622 int SSL_write(SSL *ssl, const void *buf, int num) { in SSL_write() function
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 562 res = SSL_write (connection->tls_session, other, i); in send_tls_adapter()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 3434 res = SSL_write(conn->ssl, wpabuf_head(in_data), wpabuf_len(in_data)); in tls_connection_encrypt()
|