Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 12 of 12) 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.c2047 k=SSL_write(con,&(buf[l]),(unsigned int)i); in sv_body()
2356 SSL_write(con,NULL,0); in www_body()
Ds_client.c1383 k=SSL_write(con,&(cbuf[cbuf_off]), in MAIN()
/external/openssl/ssl/
Ds23_lib.c187 return(SSL_write(s,buf,len)); in ssl23_write()
Dbio_ssl.c243 ret=SSL_write(ssl,out,outl); in ssl_write()
Dssl.h1636 int SSL_write(SSL *ssl,const void *buf,int num);
Dssl_lib.c973 int SSL_write(SSL *s,const void *buf,int num) in SSL_write() function
/external/openssl/patches/
Dhandshake_cutthrough.patch118 + /* SSL_write() will take care of flushing buffered data if
/external/wpa_supplicant/
Dtls_openssl.c2041 res = SSL_write(conn->ssl, in_data, in_len); in tls_connection_encrypt()
/external/openssl/include/openssl/
Dssl.h1636 int SSL_write(SSL *ssl,const void *buf,int num);
/external/chromium/net/tools/flip_server/
Dflip_in_mem_edsm_server.cc1006 bytes_written = SSL_write(ssl_, bytes, size); in DoWrite()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c2238 res = SSL_write(conn->ssl, in_data, in_len); in tls_connection_encrypt()