Home
last modified time | relevance | path

Searched refs:SSL_set0_rbio (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
12 void SSL_set0_rbio(SSL *s, BIO *rbio);
17 SSL_set0_rbio() connects the BIO B<rbio> for the read operations of the B<ssl>
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.c317 SSL_set0_rbio(ssl, inbio); in dtls_listen_test()
338 SSL_set0_rbio(ssl, NULL); in dtls_listen_test()
H A Ddtlstest.c436 SSL_set0_rbio(serverssl, rbio); in test_just_finished()
H A Dsslapitest.c3056 SSL_set0_rbio(ssl, membio2); in execute_test_ssl_bio()
9519 SSL_set0_rbio(client2ssl, rbio); in test_ssl_dup()
/freebsd/secure/lib/libssl/
H A DVersion.map319 SSL_set0_rbio;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1287 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() function
1340 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1345 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1466 SSL_set0_rbio(s, bio); in SSL_set_rfd()
1469 SSL_set0_rbio(s, wbio); in SSL_set_rfd()
/freebsd/crypto/openssl/util/
H A Dlibssl.num159 SSL_set0_rbio 160 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1645 void SSL_set0_rbio(SSL *s, BIO *rbio);
H A Dssl.h.in1573 void SSL_set0_rbio(SSL *s, BIO *rbio);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4129 MLINKS+= SSL_set_bio.3 SSL_set0_rbio.3