| /openbsd/src/lib/libssl/man/ |
| D | Makefile | 106 SSL_read.3 \
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | streamtcp.c | 296 int sr = SSL_read(ssl, (void*)&len, (int)sizeof(len)); in recv_one() 325 int r = SSL_read(ssl, (void*)sldns_buffer_begin(buf), in recv_one()
|
| D | petal.c | 162 if((r = SSL_read(ssl, buf+n, 1)) <= 0) { in read_ssl_line()
|
| D | dohclient.c | 283 r = SSL_read(h2_session->ssl, buf, len); in http2_recv_cb()
|
| /openbsd/src/regress/lib/libssl/interop/ |
| D | client.c | 251 if ((error = SSL_read(ssl, buf, 9)) <= 0) in main()
|
| D | server.c | 295 if ((error = SSL_read(ssl, buf, 6)) <= 0) in main()
|
| /openbsd/src/regress/lib/libssl/dtls/ |
| D | dtlstest.c | 553 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) != 3) { in do_connect_read() 574 ssl_ret = SSL_read(ssl, buf, sizeof(buf)); in do_connect_shutdown() 658 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) > 0) { in do_read()
|
| /openbsd/src/lib/libssl/ |
| D | Symbols.list | 264 SSL_read
|
| D | bio_ssl.c | 161 ret = SSL_read(ssl, out, outl); in ssl_read()
|
| D | ssl_lib.c | 1085 SSL_read(SSL *s, void *buf, int num) in SSL_read() function 1108 LSSL_ALIAS(SSL_read); 1121 ret = SSL_read(s, buf, (int)num); in SSL_read_ex()
|
| /openbsd/src/usr.bin/openssl/ |
| D | s_time.c | 382 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in run_test()
|
| D | s_client.c | 1459 k = SSL_read(con, sbuf, p); in s_client_main() 1462 k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ ); in s_client_main()
|
| D | s_server.c | 1733 i = SSL_read(con, (char *) buf, bufsize); in sv_body()
|
| /openbsd/src/usr.sbin/lpd/ |
| D | iobuf.c | 443 n = SSL_read(ssl, io->buf + io->wpos, iobuf_left(io)); in iobuf_read_ssl()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | nsd-control.c | 418 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
|
| D | xfrd-tcp.c | 1261 received = SSL_read(ssl, in conn_read_ssl() 1316 received = SSL_read(ssl, buffer_current(tcp->packet), in conn_read_ssl()
|
| D | remote.c | 796 if((r=SSL_read(res->ssl, buf+len, 1)) <= 0) { in ssl_read_line() 2544 if((r=SSL_read(res->ssl, magic, (int)sizeof(magic)-1)) <= 0) { in handle_req()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | netevent.c | 1807 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at( 1875 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at( 1937 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(c->buffer, 1987 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer), 2930 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer), 3389 r = SSL_read(h2_session->c->ssl, buf, len);
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | netevent.c | 1807 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at( 1875 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at( 1937 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(c->buffer, 1987 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer), 2930 r = SSL_read(c->ssl, (void*)sldns_buffer_current(c->buffer), 3389 r = SSL_read(h2_session->c->ssl, buf, len);
|
| /openbsd/src/lib/libtls/ |
| D | tls.c | 876 if ((ssl_ret = SSL_read(ctx->ssl_conn, buf, buflen)) > 0) { in tls_read()
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-anchor.c | 911 if((r = SSL_read(ssl, buf+n, 1)) <= 0) { in read_ssl_line() 969 if((r = SSL_read(ssl, data+got, (int)(len-got))) <= 0) { in read_data_chunk()
|
| D | unbound-control.c | 785 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
|
| /openbsd/src/usr.sbin/nsd/dnstap/ |
| D | dnstap.c | 449 if((r = SSL_read(dtw->ssl, ((char*)buf)+nread, nbytes-nread)) <= 0) { in dt_tls_writer_read()
|
| /openbsd/src/usr.sbin/unbound/dnstap/ |
| D | unbound-dnstap-socket.c | 779 r = SSL_read(data->ssl, buf, len); in ssl_read_bytes()
|
| D | dtstream.c | 1009 r = SSL_read(dtio->ssl, buf, len); in ssl_read_bytes()
|