Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_rbio

644 BIO *SSL_get_rbio(const SSL *s)
660 b=SSL_get_rbio(s);
712 SSL_set_bio(s,SSL_get_rbio(s),bio);
715 SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s));
2611 bio=SSL_get_rbio(s);