Home
last modified time | relevance | path

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

/freebsd/crypto/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.
198 The SSL_write_ex2() function was added in OpenSSL 3.3.
/freebsd/crypto/openssl/demos/quic/server/
H A Dserver.c122 if (!SSL_write_ex2(conn, "hello\n", 6, SSL_WRITE_FLAG_CONCLUDE, &written) in run_quic_conn()
/freebsd/crypto/openssl/demos/guide/
H A Dquic-client-block.c246 if (!SSL_write_ex2(ssl, request_end, strlen(request_end), in main()
H A Dquic-client-non-block.c364 while (!SSL_write_ex2(ssl, request_end, strlen(request_end), in main()
H A Dquic-server-non-block.c416 while (!SSL_write_ex2(conn, buf, in run_quic_server()
/freebsd/secure/lib/libssl/
H A DVersion.map629 SSL_write_ex2;
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c652 while (!SSL_write_ex2(poll_list[poll_idx].desc.value.ssl, in build_request_set()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-non-block.pod313 L<SSL_write_ex2(3)> to pass in a special flag SSL_WRITE_FLAG_CONCLUDE that will
318 while (!SSL_write_ex2(conn, buf,
H A Dossl-guide-quic-client-block.pod255 the SSL_WRITE_FLAG_CONCLUDE flag to L<SSL_write_ex2(3)> or by calling
268 if (!SSL_write_ex2(ssl, request_end, strlen(request_end),
H A Dossl-guide-quic-client-non-block.pod349 the SSL_WRITE_FLAG_CONCLUDE flag to L<SSL_write_ex2(3)> or by calling
366 while (!SSL_write_ex2(ssl, request_end, strlen(request_end),
/freebsd/crypto/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()
H A Dossl-nghttp3-demo-server.c862 if (!SSL_write_ex2(ssl_ids[i].s, buff, len, flags, written) || in quic_server_write()
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c615 r = SSL_write_ex2(ssl, buf, buf_len, flags, &bytes_written); in DEF_FUNC()
/freebsd/crypto/openssl/util/
H A Dlibssl.num580 SSL_write_ex2 581 3_3_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2701 return SSL_write_ex2(s, buf, num, 0, written); in SSL_write_ex()
2704 int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags, in SSL_write_ex2() function
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2020 __owur int SSL_write_ex2(SSL *s, const void *buf, size_t num,
H A Dssl.h.in1973 __owur int SSL_write_ex2(SSL *s, const void *buf, size_t num,
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c1325 r = SSL_write_ex2(c_tgt, op->arg0, op->arg1, op->arg2, in run_script_worker()
/freebsd/crypto/openssl/
H A DNEWS.md226 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
H A DCHANGES.md735 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)