Searched refs:SSL_read (Results 1 – 16 of 16) sorted by relevance
/external/openssl/apps/ |
D | s_time.c | 418 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0) in MAIN() 473 while (SSL_read(scon,buf,sizeof(buf)) > 0) in MAIN() 511 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0) in MAIN()
|
D | s_client.c | 1769 k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ ); in MAIN() 1772 k=SSL_read(con,sbuf,16); in MAIN()
|
D | s_server.c | 2296 i=SSL_read(con,(char *)buf,bufsize); in sv_body() 2306 i=SSL_read(con,(char *)buf,bufsize); in sv_body()
|
/external/openssl/ssl/ |
D | s23_lib.c | 134 return(SSL_read(s,buf,len)); in ssl23_read()
|
D | bio_ssl.c | 168 ret=SSL_read(ssl,out,outl); in ssl_read()
|
D | ssl.h | 1855 int SSL_read(SSL *ssl,void *buf,int num);
|
D | ssl_lib.c | 956 int SSL_read(SSL *s,void *buf,int num) in SSL_read() function
|
/external/chromium/net/test/ |
D | openssl_helper.cc | 247 int ret = SSL_read(server, buffer, sizeof(buffer)); in main()
|
/external/chromium/net/tools/flip_server/ |
D | sm_connection.cc | 416 bytes_read = SSL_read(ssl_, bytes, size); in DoRead()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | opensslstreamadapter.cc | 300 int code = SSL_read(ssl_, data, data_len); in Read()
|
D | openssladapter.cc | 489 int code = SSL_read(ssl_, pv, cb); in Recv()
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 143 + /* Deal with an application that calls SSL_read() when handshake data
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_openssl.c | 2134 res = SSL_read(conn->ssl, *appl_data, in_len); in tls_connection_handshake() 2281 res = SSL_read(conn->ssl, out_data, out_len); in tls_connection_decrypt()
|
/external/chromium/net/socket/ |
D | ssl_client_socket_openssl.cc | 1203 int rv = SSL_read(ssl_, user_read_buf_->data(), user_read_buf_len_); in DoPayloadRead()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2442 res = SSL_read(conn->ssl, wpabuf_mhead(appl_data), in openssl_get_appl_data() 2576 res = SSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf)); in tls_connection_decrypt()
|
/external/openssl/include/openssl/ |
D | ssl.h | 1855 int SSL_read(SSL *ssl,void *buf,int num);
|