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

12

/openbsd-current/lib/libssl/
H A Dssl.h445 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
448 /* Make it possible to retry SSL_write() with changed buffer location
450 * the misconception that non-blocking SSL_write() behaves like
1283 int SSL_write(SSL *ssl, const void *buf, int num);
1582 * |SSL_peek|, |SSL_read| and |SSL_write| in QUIC.
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-anchor.c852 if(verb >= 2) printf("SSL_write: %s\n", buf);
857 if(SSL_write(ssl, buf, (int)strlen(buf)) <= 0) {
858 if(verb) printf("could not SSL_write %s", str);
/openbsd-current/usr.sbin/nsd/
H A Dremote.c740 if((r=SSL_write(res->ssl, text, (int)strlen(text))) <= 0) {
742 VERBOSITY(2, (LOG_WARNING, "in SSL_write, peer "
746 log_crypto_err("could not SSL_write");
H A Dserver.c5069 sent = SSL_write(data->tls, buffer_current(write_buffer), buffer_remaining(write_buffer));
5081 log_crypto_err("could not SSL_write");
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c525 if((r=SSL_write(res->ssl, text, (int)strlen(text))) <= 0) {
528 verbose(VERB_QUERY, "warning, in SSL_write, peer "
532 log_crypto_err_io("could not SSL_write", r2);

Completed in 207 milliseconds

12