Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_set0_rbio

257  * |SSL_set0_rbio| and |SSL_set0_wbio| instead. */
260 /* SSL_set0_rbio configures |ssl| to write to |rbio|. It takes ownership of
265 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
270 * Note that, although this function and |SSL_set0_rbio| may be called on the