Home
last modified time | relevance | path

Searched refs:SSL_write_ex2 (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DSSL_write.pod5 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE -
15 int SSL_write_ex2(SSL *s, const void *buf, size_t num,
27 SSL_write_ex2() functions similarly to SSL_write_ex() but can also accept
28 optional flags which modify its behaviour. Calling SSL_write_ex2() with a
39 The I<flags> argument to SSL_write_ex2() can accept zero or more of the
50 If this flag is set, and the call to SSL_write_ex2() succeeds, and all of the
67 A call to SSL_write_ex2() fails if a flag is passed which is not supported or
135 SSL_write_ex() and SSL_write_ex2() return 1 for success or 0 for failure.
/openssl/demos/guide/
H A Dquic-hq-interop.c635 while (!SSL_write_ex2(poll_list[poll_idx].desc.value.ssl, in build_request_set()
/openssl/demos/http3/
H A Dossl-nghttp3.c641 } else if (!SSL_write_ex2(s->s, vecs[i].base, vecs[i].len, flags, &written)) { in OSSL_DEMO_H3_CONN_handle_events()
/openssl/util/
H A Dlibssl.num580 SSL_write_ex2 581 3_3_0 EXIST::FUNCTION:
/openssl/ssl/
H A Dssl_lib.c2645 return SSL_write_ex2(s, buf, num, 0, written); in SSL_write_ex()
2648 int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags, in SSL_write_ex2() function
/openssl/test/
H A Dquic_multistream_test.c1310 r = SSL_write_ex2(c_tgt, op->arg0, op->arg1, op->arg2, in run_script_worker()
/openssl/
H A DNEWS.md176 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
H A DCHANGES.md439 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
/openssl/include/openssl/
H A Dssl.h.in1958 __owur int SSL_write_ex2(SSL *s, const void *buf, size_t num,

Completed in 260 milliseconds