Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_rbio

531   if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
542 if (rbio == SSL_get_rbio(ssl)) {
550 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
560 BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
936 BIO *bio = SSL_get_rbio(ssl);
1123 BIO *b = BIO_find_type(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR);
1151 BIO *rbio = SSL_get_rbio(ssl);