Home
last modified time | relevance | path

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

/freebsd/crypto/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);
29 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects
31 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take
42 SSL_set_bio() is similar to SSL_set0_rbio() and SSL_set0_wbio() except
96 use SSL_set0_rbio() and SSL_set0_wbio() instead.
100 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail.
110 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
/freebsd/crypto/openssl/test/
H A Ddtlsv1listentest.c311 SSL_set0_wbio(ssl, outbio); in dtls_listen_test()
H A Ddtlstest.c437 SSL_set0_wbio(serverssl, wbio); in test_just_finished()
H A Dsslapitest.c2793 SSL_set0_wbio(serverssl, bretry); in test_extra_tickets()
2800 SSL_set0_wbio(serverssl, tmp); in test_extra_tickets()
3058 SSL_set0_wbio(ssl, membio2); in execute_test_ssl_bio()
6593 SSL_set0_wbio(peerwrite, bretry); in test_key_update_peer_in_write()
6602 SSL_set0_wbio(peerwrite, tmp); in test_key_update_peer_in_write()
6758 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write()
6767 SSL_set0_wbio(local, tmp); in test_key_update_local_in_write()
9525 SSL_set0_wbio(client2ssl, wbio); in test_ssl_dup()
10567 SSL_set0_wbio(serverssl, bretry); in test_handshake_retry()
10578 SSL_set0_wbio(serverssl, tmp); in test_handshake_retry()
/freebsd/secure/lib/libssl/
H A DVersion.map321 SSL_set0_wbio;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1293 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio() function
1331 SSL_set0_wbio(s, wbio); in SSL_set_bio()
1346 SSL_set0_wbio(s, wbio); in SSL_set_bio()
1436 SSL_set0_wbio(s, bio); in SSL_set_wfd()
1448 SSL_set0_wbio(s, rbio); in SSL_set_wfd()
/freebsd/crypto/openssl/util/
H A Dlibssl.num239 SSL_set0_wbio 240 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1646 void SSL_set0_wbio(SSL *s, BIO *wbio);
H A Dssl.h.in1574 void SSL_set0_wbio(SSL *s, BIO *wbio);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4133 MLINKS+= SSL_set_bio.3 SSL_set0_wbio.3