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

12

/openbsd-current/lib/libssl/man/
H A DMakefile126 SSL_write.3 \
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c245 if(SSL_write(ssl, (void*)&len, (int)sizeof(len)) <= 0) {
246 log_crypto_err("cannot SSL_write");
263 if(SSL_write(ssl, (void*)sldns_buffer_begin(buf),
265 log_crypto_err("cannot SSL_write");
485 if(SSL_write(ssl, (void*)sldns_buffer_begin(proxy_buf),
487 log_crypto_err("cannot SSL_write");
H A Dpetal.c394 if(SSL_write(ssl, hdr, (int)r) <= 0) {
439 if(SSL_write(ssl, buf, at-buf) <= 0) {
530 if(SSL_write(ssl, buf, at-buf) <= 0) {
H A Ddohclient.c314 r = SSL_write(h2_session->ssl, buf, len);
320 log_crypto_err_io("could not SSL_write", want);
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c263 if ((error = SSL_write(ssl, buf, 6)) <= 0)
264 err_ssl(1, "SSL_write %d", error);
H A Dserver.c291 if ((error = SSL_write(ssl, buf, 9)) <= 0)
292 err_ssl(1, "SSL_write %d", error);
/openbsd-current/usr.bin/openssl/
H A Ds_time.c382 if (SSL_write(scon, buf, retval) != retval)
H A Ds_client.c1373 k = SSL_write(con, &(cbuf[cbuf_off]),
H A Ds_server.c1694 k = SSL_write(con, &(buf[l]), (unsigned int) i);
/openbsd-current/regress/lib/libssl/tls/
H A Dtlstest.c174 if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/usr.sbin/lpd/
H A Diobuf.c413 n = SSL_write(ssl, q->buf + q->rpos, q->wpos - q->rpos);
/openbsd-current/lib/libssl/
H A Dbio_ssl.c234 ret = SSL_write(ssl, out, outl);
H A Dssl_lib.c1176 SSL_write(SSL *s, const void *buf, int num) function
1200 LSSL_ALIAS(SSL_write); variable
1219 ret = SSL_write(s, buf, (int)num);
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c173 if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h243 LSSL_USED(SSL_write); variable
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c449 if(SSL_write(ssl, buf, (int)len) <= 0)
450 ssl_err("could not SSL_write");
H A Dxfrd-tcp.c1026 sent = SSL_write(ssl, (const char*)&sendlen + tcp->total_bytes,
1058 sent = SSL_write(ssl, buffer_current(tcp->packet), request_length);
/openbsd-current/regress/lib/libssl/dtls/
H A Ddtlstest.c613 if ((ssl_ret = SSL_write(ssl, "abc", 3)) != 3) {
675 if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
/openbsd-current/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c762 if((r=SSL_write(data->ssl, acceptframe, len)) <= 0) {
765 log_err("SSL_write, peer closed connection");
767 log_crypto_err_io("could not SSL_write", r2);
808 if((r=SSL_write(data->ssl, finishframe, len)) <= 0) {
811 log_err("SSL_write, peer closed connection");
813 log_crypto_err_io("could not SSL_write", r2);
H A Ddtstream.c763 r = SSL_write(dtio->ssl, buf, len);
786 log_err("dnstap io, SSL_write syscall: %s",
791 log_crypto_err_io("dnstap io, could not SSL_write", want);
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c2054 r = SSL_write(c->ssl,
2059 r = SSL_write(c->ssl,
2072 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
2077 r = SSL_write(c->ssl,
2100 log_err("SSL_write syscall: %s",
2104 log_crypto_err_io("could not SSL_write", want);
2127 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
2130 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
2152 log_err("SSL_write syscall: %s",
2156 log_crypto_err_io("could not SSL_write", wan
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c2054 r = SSL_write(c->ssl,
2059 r = SSL_write(c->ssl,
2072 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
2077 r = SSL_write(c->ssl,
2100 log_err("SSL_write syscall: %s",
2104 log_crypto_err_io("could not SSL_write", want);
2127 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
2130 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
2152 log_err("SSL_write syscall: %s",
2156 log_crypto_err_io("could not SSL_write", wan
[all...]
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c483 if(SSL_write(dtw->ssl, iov[i].iov_base, (int)(iov[i].iov_len)) <= 0) {
484 log_crypto_err("dnstap: could not SSL_write");
/openbsd-current/lib/libtls/
H A Dtls.c908 if ((ssl_ret = SSL_write(ctx->ssl_conn, buf, buflen)) > 0) {
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c797 if(SSL_write(ssl, buf, (int)len) <= 0)
798 ssl_err("could not SSL_write");

Completed in 387 milliseconds

12