Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_time.c417 SSL_write(scon,buf,strlen(buf)); in MAIN()
472 SSL_write(scon,buf,strlen(buf)); in MAIN()
510 SSL_write(scon,buf,strlen(buf)); in MAIN()
Ds_server.c2237 k=SSL_write(con,&(buf[l]),(unsigned int)i); in sv_body()
2247 k=SSL_write(con,&(buf[l]),(unsigned int)i); in sv_body()
2654 SSL_write(con,NULL,0); in www_body()
Ds_client.c1669 k=SSL_write(con,&(cbuf[cbuf_off]), in MAIN()
/external/openssl/ssl/
Ds23_lib.c180 return(SSL_write(s,buf,len)); in ssl23_write()
Dbio_ssl.c243 ret=SSL_write(ssl,out,outl); in ssl_write()
Dssl.h1857 int SSL_write(SSL *ssl,const void *buf,int num);
Dssl_lib.c987 int SSL_write(SSL *s,const void *buf,int num) in SSL_write() function
/external/chromium/net/test/
Dopenssl_helper.cc254 SSL_write(server, "goodbye!", 8); in main()
/external/chromium/third_party/libjingle/source/talk/base/
Dopensslstreamadapter.cc240 int code = SSL_write(ssl_, data, data_len); in Write()
Dopenssladapter.cc434 int code = SSL_write(ssl_, pv, cb); in Send()
/external/chromium/net/tools/flip_server/
Dsm_connection.cc189 rv = SSL_write(ssl_, ptr, chunksize); in Send()
/external/openssl/patches/
Dhandshake_cutthrough.patch118 + /* SSL_write() will take care of flushing buffered data if
/external/chromium/net/socket/
Dssl_client_socket_openssl.cc1214 int rv = SSL_write(ssl_, user_write_buf_->data(), user_write_buf_len_); in DoPayloadWrite()
/external/openssl/include/openssl/
Dssl.h1857 int SSL_write(SSL *ssl,const void *buf,int num);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c2238 res = SSL_write(conn->ssl, in_data, in_len); in tls_connection_encrypt()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2479 res = SSL_write(conn->ssl, wpabuf_head(in_data), wpabuf_len(in_data)); in tls_connection_encrypt()