Home
last modified time | relevance | path

Searched refs:SSL_set0_rbio (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/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>
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.
91 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail.
101 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
/netbsd-src/crypto/external/bsd/openssl.old/dist/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>
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
89 use SSL_set0_rbio() and SSL_set0_wbio() instead.
93 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail.
103 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 Dsslapitest.c1972 SSL_set0_rbio(ssl, membio2); in execute_test_ssl_bio()
6854 SSL_set0_rbio(client2ssl, rbio); in test_ssl_dup()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map319 SSL_set0_rbio;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map415 SSL_set0_rbio;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1242 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() function
1295 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1300 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1403 SSL_set0_rbio(s, bio); in SSL_set_rfd()
1406 SSL_set0_rbio(s, wbio); in SSL_set_rfd()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsdns.c
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num159 SSL_set0_rbio 160 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num159 SSL_set0_rbio 160 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1553 void SSL_set0_rbio(SSL *s, BIO *rbio);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1573 void SSL_set0_rbio(SSL *s, BIO *rbio);