Searched refs:bbio (Results 1 – 3 of 3) sorted by relevance
209 BIO *sbio, *bbio, *acpt, *out;237 bbio = BIO_new(BIO_f_buffer());238 sbio = BIO_push(bbio, sbio);
1578 if (sc->bbio != NULL) in SSL_set0_wbio()1585 if (sc->bbio != NULL) in SSL_set0_wbio()1586 sc->wbio = BIO_push(sc->bbio, sc->wbio); in SSL_set0_wbio()1660 if (sc->bbio != NULL) { in SSL_get_wbio()1665 return BIO_next(sc->bbio); in SSL_get_wbio()5332 BIO *bbio; in ssl_init_wbio_buffer() local5334 if (s->bbio != NULL) { in ssl_init_wbio_buffer()5339 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()5340 if (bbio == NULL || BIO_set_read_buffer_size(bbio, 1) <= 0) { in ssl_init_wbio_buffer()5341 BIO_free(bbio); in ssl_init_wbio_buffer()[all …]
1266 BIO *bbio; member