Searched refs:SSL_set0_rbio (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/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> 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 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()
|
H A D | sslapitest.c | 3056 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 D | Version.map | 319 SSL_set0_rbio;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1287 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 D | libssl.num | 159 SSL_set0_rbio 160 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1645 void SSL_set0_rbio(SSL *s, BIO *rbio);
|
H A D | ssl.h.in | 1573 void SSL_set0_rbio(SSL *s, BIO *rbio);
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4129 MLINKS+= SSL_set_bio.3 SSL_set0_rbio.3
|