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

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_time.c232 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
313 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
H A Ds_server.c2576 k = SSL_write(con, &(buf[l]), (unsigned int)i);
2589 k = SSL_write(con, &(buf[l]), (unsigned int)i);
H A Ds_client.c2879 k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len);
/freebsd-13-stable/contrib/dma/
H A Dnet.c99 while ((s = SSL_write(config.ssl, (const char*)cmd, len)) <= 0) {
/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.c1456 r = SSL_write(c->ssl,
1461 r = SSL_write(c->ssl,
1474 r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
1479 r = SSL_write(c->ssl,
1500 log_err("SSL_write syscall: %s",
1504 log_crypto_err("could not SSL_write");
1527 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
1530 r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
1550 log_err("SSL_write syscall: %s",
1554 log_crypto_err("could not SSL_write");
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dsfsasl.c862 r = SSL_write(so->con, (char *) buf, size);
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-control.c774 if(SSL_write(ssl, buf, (int)len) <= 0)
775 ssl_err("could not SSL_write");
H A Dunbound-anchor.c841 if(verb >= 2) printf("SSL_write: %s\n", buf);
846 if(SSL_write(ssl, buf, (int)strlen(buf)) <= 0) {
847 if(verb) printf("could not SSL_write %s", str);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c306 /* If this value is greater than 0, then the last SSL_write blocked,
673 /* SSL_write will (reasonably) return 0 if we tell it to
680 r = SSL_write(bev_ssl->ssl, space[i].iov_base,
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c209 ssldone = SSL_write(sendssl, buf, (int)tcpdone);
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c1514 wlen = SSL_write(conn->ssl,
/freebsd-13-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c760 if((r=SSL_write(data->ssl, acceptframe, len)) <= 0) {
762 log_err("SSL_write, peer closed connection");
764 log_err("could not SSL_write");
H A Ddtstream.c758 r = SSL_write(dtio->ssl, buf, len);
781 log_err("dnstap io, SSL_write syscall: %s",
786 log_crypto_err("dnstap io, could not SSL_write");
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c308 /* If this value is greater than 0, then the last SSL_write blocked,
668 /* SSL_write will (reasonably) return 0 if we tell it to
674 r = SSL_write(bev_ssl->ssl, space[i].iov_base,
/freebsd-13-stable/contrib/serf/buckets/
H A Dssl_buckets.c78 * |- 3. Call SSL_write with read data
931 that is with SSL_write requires. */
958 ssl_len = SSL_write(ctx->ssl, vecs_data, interim_len);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h454 * Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
459 * Make it possible to retry SSL_write() with changed buffer location (buffer
461 * misconception that non-blocking SSL_write() behaves like non-blocking
1850 __owur int SSL_write(SSL *ssl, const void *buf, int num);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile412 MAN+= SSL_write.3
2849 MLINKS+= SSL_write.3 SSL_sendfile.3
2850 MLINKS+= SSL_write.3 SSL_write_ex.3
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c4378 res = SSL_write(conn->ssl, wpabuf_head(in_data), wpabuf_len(in_data));
4381 "Encryption failed - SSL_write");
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c554 if((r=SSL_write(res->ssl, text, (int)strlen(text))) <= 0) {
556 verbose(VERB_QUERY, "warning, in SSL_write, peer "
560 log_crypto_err("could not SSL_write");
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c2049 int SSL_write(SSL *s, const void *buf, int num) function

Completed in 403 milliseconds