Home
last modified time | relevance | path

Searched refs:SSL_set0_wbio (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DSSL_set_bio.pod5 SSL_set_bio, SSL_set0_rbio, SSL_set0_wbio - connect the SSL object with a BIO
13 void SSL_set0_wbio(SSL *s, BIO *wbio);
26 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects
28 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take
33 SSL_set_bio() is similar to SSL_set0_rbio() and SSL_set0_wbio() except
87 use SSL_set0_rbio() and SSL_set0_wbio() instead.
97 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail.
107 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
/openssl/test/
H A Ddtlsv1listentest.c311 SSL_set0_wbio(ssl, outbio); in dtls_listen_test()
H A Dquic_client_test.c93 SSL_set0_wbio(c_ssl, c_net_bio); in test_quic_client_ex()
H A Dquic_tserver_test.c190 SSL_set0_wbio(c_ssl, c_net_bio); in do_test()
H A Ddtlstest.c443 SSL_set0_wbio(serverssl, wbio); in test_just_finished()
H A Dsslapitest.c2821 SSL_set0_wbio(serverssl, bretry); in test_extra_tickets()
2828 SSL_set0_wbio(serverssl, tmp); in test_extra_tickets()
6827 SSL_set0_wbio(peerwrite, bretry); in test_key_update_peer_in_write()
6838 SSL_set0_wbio(peerwrite, tmp); in test_key_update_peer_in_write()
7001 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write()
7010 SSL_set0_wbio(local, tmp); in test_key_update_local_in_write()
8770 SSL_set0_wbio(serverssl, bretry); in test_async_shutdown()
8783 SSL_set0_wbio(serverssl, tmp); in test_async_shutdown()
10185 SSL_set0_wbio(client2ssl, wbio); in test_ssl_dup()
11747 SSL_set0_wbio(serverssl, bretry); in test_handshake_retry()
[all …]
H A Dquic_multistream_test.c808 SSL_set0_wbio(h->c_conn, h->c_net_bio); in helper_init()
/openssl/doc/man7/
H A Dopenssl-quic.pod134 L<SSL_set0_wbio(3)> function as before, but must now receive a BIO with datagram
168 L<BIO_s_datagram(3)> and using L<SSL_set0_rbio(3)> and L<SSL_set0_wbio(3)>.
741 the SSL object using L<SSL_set0_rbio(3)> and L<SSL_set0_wbio(3)>. This could be
/openssl/ssl/
H A Dssl_lib.c1519 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio() function
1571 SSL_set0_wbio(s, wbio); in SSL_set_bio()
1586 SSL_set0_wbio(s, wbio); in SSL_set_bio()
1717 SSL_set0_wbio(s, bio); in SSL_set_wfd()
1729 SSL_set0_wbio(s, rbio); in SSL_set_wfd()
/openssl/util/
H A Dlibssl.num239 SSL_set0_wbio 240 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api.md27 …- [`SSL_set0_rbio`, `SSL_set0_wbio`, `SSL_set_bio`](#-ssl-set0-rbio----ssl-set0-wbio----ssl-set-bi…
361 #### `SSL_set0_rbio`, `SSL_set0_wbio`, `SSL_set_bio`
H A Dquic-api-ssl-funcs.md601 | `SSL_set0_wbio` | NDP | ��U | ��A | ��QSI | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1606 void SSL_set0_wbio(SSL *s, BIO *wbio);

Completed in 109 milliseconds