Searched refs:SSL_read (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/lib/libssl/man/
H A DMakefile106 SSL_read.3 \
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c296 int sr = SSL_read(ssl, (void*)&len, (int)sizeof(len));
302 log_crypto_err("could not SSL_read");
325 int r = SSL_read(ssl, (void*)sldns_buffer_begin(buf),
328 log_crypto_err("could not SSL_read");
H A Dpetal.c162 if((r = SSL_read(ssl, buf+n, 1)) <= 0) {
167 if(verb) printf("could not SSL_read\n");
H A Ddohclient.c283 r = SSL_read(h2_session->ssl, buf, len);
289 log_crypto_err_io("could not SSL_read", want);
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c251 if ((error = SSL_read(ssl, buf, 9)) <= 0)
252 err_ssl(1, "SSL_read %d", error);
H A Dserver.c295 if ((error = SSL_read(ssl, buf, 6)) <= 0)
296 err_ssl(1, "SSL_read %d", error);
/openbsd-current/usr.bin/openssl/
H A Ds_time.c384 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
H A Ds_client.c1466 k = SSL_read(con, sbuf, p);
1469 k = SSL_read(con, sbuf, 1024 /* BUFSIZZ */ );
H A Ds_server.c1736 i = SSL_read(con, (char *) buf, bufsize);
/openbsd-current/regress/lib/libssl/tls/
H A Dtlstest.c157 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/usr.sbin/lpd/
H A Diobuf.c443 n = SSL_read(ssl, io->buf + io->wpos, iobuf_left(io));
/openbsd-current/regress/lib/libssl/dtls/
H A Ddtlstest.c553 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) != 3) {
574 ssl_ret = SSL_read(ssl, buf, sizeof(buf));
658 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/lib/libssl/
H A Dbio_ssl.c161 ret = SSL_read(ssl, out, outl);
H A Dssl_lib.c1085 SSL_read(SSL *s, void *buf, int num) function
1108 LSSL_ALIAS(SSL_read); variable
1121 ret = SSL_read(s, buf, (int)num);
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c156 if ((ssl_ret = SSL_read(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h241 LSSL_USED(SSL_read); variable
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c418 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) {
423 ssl_err("could not SSL_read");
H A Dxfrd-tcp.c1261 received = SSL_read(ssl,
1316 received = SSL_read(ssl, buffer_current(tcp->packet),
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c1806 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
1830 log_err("SSL_read syscall: %s",
1834 log_crypto_err_io("could not SSL_read",
1874 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
1898 log_err("SSL_read syscall: %s",
1902 log_crypto_err_io("could not SSL_read",
1936 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(c->buffer,
1959 log_err("SSL_read syscall: %s",
1963 log_crypto_err_io("could not SSL_read", want);
1986 r = SSL_read(
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c1806 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
1830 log_err("SSL_read syscall: %s",
1834 log_crypto_err_io("could not SSL_read",
1874 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(
1898 log_err("SSL_read syscall: %s",
1902 log_crypto_err_io("could not SSL_read",
1936 if((r=SSL_read(c->ssl, (void*)sldns_buffer_at(c->buffer,
1959 log_err("SSL_read syscall: %s",
1963 log_crypto_err_io("could not SSL_read", want);
1986 r = SSL_read(
[all...]
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-anchor.c905 if((r = SSL_read(ssl, buf+n, 1)) <= 0) {
910 if(verb) printf("could not SSL_read\n");
963 if((r = SSL_read(ssl, data+got, (int)(len-got))) <= 0) {
966 if(verb) printf("could not SSL_read: unexpected EOF\n");
970 if(verb) printf("could not SSL_read\n");
H A Dunbound-control.c770 if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) {
775 ssl_err("could not SSL_read");
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c449 if((r = SSL_read(dtw->ssl, ((char*)buf)+nread, nbytes-nread)) <= 0) {
462 log_crypto_err("dnstap: could not SSL_read");
465 log_msg(LOG_ERR, "dnstap: SSL_read failed with err %d",
/openbsd-current/lib/libtls/
H A Dtls.c876 if ((ssl_ret = SSL_read(ctx->ssl_conn, buf, buflen)) > 0) {
/openbsd-current/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c684 r = SSL_read(data->ssl, buf, len);
705 log_err("SSL_read syscall: %s",
711 log_crypto_err_io("could not SSL_read", want);

Completed in 313 milliseconds

12