Searched refs:SSL_set0_rbio (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
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.
|
/third_party/openssl/test/ |
D | dtlsv1listentest.c | 317 SSL_set0_rbio(ssl, inbio); in dtls_listen_test() 338 SSL_set0_rbio(ssl, NULL); in dtls_listen_test()
|
D | dtlstest.c | 436 SSL_set0_rbio(serverssl, rbio); in test_just_finished()
|
D | sslapitest.c | 2875 SSL_set0_rbio(ssl, membio2); in execute_test_ssl_bio() 9101 SSL_set0_rbio(client2ssl, rbio); in test_ssl_dup()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1268 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() function 1321 SSL_set0_rbio(s, rbio); in SSL_set_bio() 1326 SSL_set0_rbio(s, rbio); in SSL_set_bio() 1447 SSL_set0_rbio(s, bio); in SSL_set_rfd() 1450 SSL_set0_rbio(s, wbio); in SSL_set_rfd()
|
/third_party/openssl/util/ |
D | libssl.num | 159 SSL_set0_rbio 160 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1543 void SSL_set0_rbio(SSL *s, BIO *rbio);
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1573 void SSL_set0_rbio(SSL *s, BIO *rbio);
|