Searched refs:SSL_set0_rbio (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_set_bio.pod | 5 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 D | SSL_set_bio.pod | 5 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 D | dtlsv1listentest.c | 317 SSL_set0_rbio(ssl, inbio); in dtls_listen_test() 338 SSL_set0_rbio(ssl, NULL); in dtls_listen_test()
|
| H A D | sslapitest.c | 1972 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 D | dtlsv1listentest.c | 317 SSL_set0_rbio(ssl, inbio); in dtls_listen_test() 338 SSL_set0_rbio(ssl, NULL); in dtls_listen_test()
|
| H A D | dtlstest.c | 436 SSL_set0_rbio(serverssl, rbio); in test_just_finished()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
| H A D | ssl.map | 319 SSL_set0_rbio;
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
| H A D | ssl.map | 415 SSL_set0_rbio;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_lib.c | 1242 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 D | tlsdns.c | |
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libssl.num | 159 SSL_set0_rbio 160 1_1_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | libssl.num | 159 SSL_set0_rbio 160 3_0_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 1553 void SSL_set0_rbio(SSL *s, BIO *rbio);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ssl.h.in | 1573 void SSL_set0_rbio(SSL *s, BIO *rbio);
|