Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

630 BIO *SSL_get_wbio(const SSL *s)
655 b=SSL_get_wbio(s);
720 SSL_set_bio(s,bio,SSL_get_wbio(s));
723 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
2524 bio=SSL_get_wbio(s);