Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

634 BIO *SSL_get_wbio(const SSL *s)
659 b=SSL_get_wbio(s);
724 SSL_set_bio(s,bio,SSL_get_wbio(s));
727 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
2543 bio=SSL_get_wbio(s);