Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/usr.sbin/unbound/testcode/
Dstreamtcp.c245 if(SSL_write(ssl, (void*)&len, (int)sizeof(len)) <= 0) { in write_q()
263 if(SSL_write(ssl, (void*)sldns_buffer_begin(buf), in write_q()
489 if(SSL_write(ssl, (void*)sldns_buffer_begin(proxy_buf), in send_em()
Dpetal.c394 if(SSL_write(ssl, hdr, (int)r) <= 0) { in provide_file_10()
439 if(SSL_write(ssl, buf, at-buf) <= 0) { in provide_file_10()
530 if(SSL_write(ssl, buf, at-buf) <= 0) { in provide_file_chunked()
Ddohclient.c314 r = SSL_write(h2_session->ssl, buf, len); in http2_send_cb()
/openbsd/src/lib/libssl/man/
DMakefile126 SSL_write.3 \
/openbsd/src/regress/lib/libssl/interop/
Dclient.c263 if ((error = SSL_write(ssl, buf, 6)) <= 0) in main()
Dserver.c291 if ((error = SSL_write(ssl, buf, 9)) <= 0) in main()
/openbsd/src/lib/libssl/
DSymbols.list343 SSL_write
Dbio_ssl.c234 ret = SSL_write(ssl, out, outl); in ssl_write()
Dssl_lib.c1176 SSL_write(SSL *s, const void *buf, int num) in SSL_write() function
1200 LSSL_ALIAS(SSL_write);
1219 ret = SSL_write(s, buf, (int)num); in SSL_write_ex()
Dssl.h1277 int SSL_write(SSL *ssl, const void *buf, int num);
/openbsd/src/usr.bin/openssl/
Ds_time.c380 if (SSL_write(scon, buf, retval) != retval) in run_test()
Ds_client.c1366 k = SSL_write(con, &(cbuf[cbuf_off]), in s_client_main()
Ds_server.c1691 k = SSL_write(con, &(buf[l]), (unsigned int) i); in sv_body()
/openbsd/src/regress/lib/libssl/dtls/
Ddtlstest.c613 if ((ssl_ret = SSL_write(ssl, "abc", 3)) != 3) { in do_accept_write()
675 if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) { in do_write()
/openbsd/src/usr.sbin/lpd/
Diobuf.c413 n = SSL_write(ssl, q->buf + q->rpos, q->wpos - q->rpos); in iobuf_write_ssl()
/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.c2055 r = SSL_write(c->ssl,
2060 r = SSL_write(c->ssl,
2073 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
2078 r = SSL_write(c->ssl,
2128 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
2131 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
3643 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
3717 r = SSL_write(h2_session->c->ssl, buf, len);
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.c2055 r = SSL_write(c->ssl,
2060 r = SSL_write(c->ssl,
2073 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
2078 r = SSL_write(c->ssl,
2128 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
2131 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
3643 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
3717 r = SSL_write(h2_session->c->ssl, buf, len);
/openbsd/src/usr.sbin/nsd/
Dnsd-control.c449 if(SSL_write(ssl, buf, (int)len) <= 0) in remote_write()
Dxfrd-tcp.c1026 sent = SSL_write(ssl, (const char*)&sendlen + tcp->total_bytes, in conn_write_ssl()
1058 sent = SSL_write(ssl, buffer_current(tcp->packet), request_length); in conn_write_ssl()
/openbsd/src/usr.sbin/unbound/dnstap/
Dunbound-dnstap-socket.c844 if((r=SSL_write(data->ssl, acceptframe, len)) <= 0) { in reply_with_accept()
892 if((r=SSL_write(data->ssl, finishframe, len)) <= 0) { in reply_with_finish()
Ddtstream.c769 r = SSL_write(dtio->ssl, buf, len); in dtio_write_ssl()
/openbsd/src/lib/libtls/
Dtls.c908 if ((ssl_ret = SSL_write(ctx->ssl_conn, buf, buflen)) > 0) { in tls_write()
/openbsd/src/usr.sbin/nsd/dnstap/
Ddnstap.c483 if(SSL_write(dtw->ssl, iov[i].iov_base, (int)(iov[i].iov_len)) <= 0) { in dt_tls_writer_write()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c812 if(SSL_write(ssl, buf, (int)len) <= 0) in remote_write()
Dunbound-anchor.c863 if(SSL_write(ssl, buf, (int)strlen(buf)) <= 0) { in write_ssl_line()

12