Home
last modified time | relevance | path

Searched refs:SSL_read (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/lib/libssl/man/
DMakefile106 SSL_read.3 \
/openbsd/src/usr.sbin/unbound/testcode/
Dstreamtcp.c296 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()
Dpetal.c162 if((r = SSL_read(ssl, buf+n, 1)) <= 0) { in read_ssl_line()
Ddohclient.c283 r = SSL_read(h2_session->ssl, buf, len); in http2_recv_cb()
/openbsd/src/regress/lib/libssl/interop/
Dclient.c251 if ((error = SSL_read(ssl, buf, 9)) <= 0) in main()
Dserver.c295 if ((error = SSL_read(ssl, buf, 6)) <= 0) in main()
/openbsd/src/regress/lib/libssl/dtls/
Ddtlstest.c553 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/
DSymbols.list264 SSL_read
Dbio_ssl.c161 ret = SSL_read(ssl, out, outl); in ssl_read()
Dssl_lib.c1085 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/
Ds_time.c382 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0) in run_test()
Ds_client.c1459 k = SSL_read(con, sbuf, p); in s_client_main()
1462 k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ ); in s_client_main()
Ds_server.c1733 i = SSL_read(con, (char *) buf, bufsize); in sv_body()
/openbsd/src/usr.sbin/lpd/
Diobuf.c443 n = SSL_read(ssl, io->buf + io->wpos, iobuf_left(io)); in iobuf_read_ssl()
/openbsd/src/usr.sbin/nsd/
Dnsd-control.c418 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
Dxfrd-tcp.c1261 received = SSL_read(ssl, in conn_read_ssl()
1316 received = SSL_read(ssl, buffer_current(tcp->packet), in conn_read_ssl()
Dremote.c796 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/
Dnetevent.c1807 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/
Dnetevent.c1807 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/
Dtls.c876 if ((ssl_ret = SSL_read(ctx->ssl_conn, buf, buflen)) > 0) { in tls_read()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-anchor.c911 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()
Dunbound-control.c785 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) { in remote_read()
/openbsd/src/usr.sbin/nsd/dnstap/
Ddnstap.c449 if((r = SSL_read(dtw->ssl, ((char*)buf)+nread, nbytes-nread)) <= 0) { in dt_tls_writer_read()
/openbsd/src/usr.sbin/unbound/dnstap/
Dunbound-dnstap-socket.c779 r = SSL_read(data->ssl, buf, len); in ssl_read_bytes()
Ddtstream.c1009 r = SSL_read(dtio->ssl, buf, len); in ssl_read_bytes()

12