Searched refs:SSL_set0_rbio (Results 1 – 7 of 7) 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 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.
|
/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 | sslapitest.c | 1835 SSL_set0_rbio(ssl, membio2); in execute_test_ssl_bio() 6642 SSL_set0_rbio(client2ssl, rbio); in test_ssl_dup()
|
/third_party/openssl/ssl/ |
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()
|
/third_party/openssl/util/ |
D | libssl.num | 159 SSL_set0_rbio 160 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1543 void SSL_set0_rbio(SSL *s, BIO *rbio);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 424 #define SSL_set0_rbio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set0_rbio) macro
|