Home
last modified time | relevance | path

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

12

/external/libmicrohttpd/src/microspdy/
Dio_openssl.c225 int n = SSL_write(session->io_context, in SPDYF_openssl_send()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c91 while ((ret = SSL_write(ctx->ssl, buf, bufsize)) <= 0) { in rfbssl_write()
/external/boringssl/src/tool/
Dtransport_common.cc273 int ssl_ret = SSL_write(ssl, buffer, n); in TransferData()
/external/libweave/examples/provider/
Dssl_stream.cc104 int res = SSL_write(ssl_.get(), buffer, size_to_write); in Write()
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java1165 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/
Dsetup-vms.h304 #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/libbrillo/brillo/streams/
Dtls_stream.cc187 int ret = SSL_write(ssl_.get(), buffer, size_int); in WriteNonBlocking()
/external/boringssl/src/
DPORTING.md124 * If a HelloRequest is received while `SSL_write` has unsent application data,
/external/curl/lib/vtls/
Dcyassl.c499 int rc = SSL_write(conn->ssl[sockindex].handle, mem, memlen); in cyassl_send()
Dopenssl.c2997 rc = SSL_write(conn->ssl[sockindex].handle, mem, memlen); in ossl_send()
/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/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/conscrypt/src/main/java/org/conscrypt/
DOpenSSLSocketImpl.java824 NativeCrypto.SSL_write(sslNativePointer, Platform.getFileDescriptor(socket), in write()
DNativeCrypto.java1170 public static native void SSL_write(long sslNativePointer, in SSL_write() method in NativeCrypto
/external/tlsdate/src/
Dtlsdate-helper.c189 r = SSL_write(ssl, string, n); in write_all_to_ssl()
/external/libevent/
Dbufferevent_openssl.c664 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc922 ret = SSL_write(ssl, in, in_len); in WriteAll()
/external/boringssl/src/include/openssl/
Dssl.h341 OPENSSL_EXPORT int SSL_write(SSL *ssl, const void *buf, int num);
/external/boringssl/src/ssl/
Dssl_lib.c622 int SSL_write(SSL *ssl, const void *buf, int num) { in SSL_write() function
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c562 res = SSL_write (connection->tls_session, other, i); in send_tls_adapter()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3434 res = SSL_write(conn->ssl, wpabuf_head(in_data), wpabuf_len(in_data)); in tls_connection_encrypt()

12