Searched refs:bbio (Results 1 – 3 of 3) sorted by relevance
1298 if (s->bbio != NULL) in SSL_set0_wbio()1305 if (s->bbio != NULL) in SSL_set0_wbio()1306 s->wbio = BIO_push(s->bbio, s->wbio); in SSL_set0_wbio()1356 if (s->bbio != NULL) { in SSL_get_wbio()1361 return BIO_next(s->bbio); in SSL_get_wbio()4275 BIO *bbio; in ssl_init_wbio_buffer() local4277 if (s->bbio != NULL) { in ssl_init_wbio_buffer()4282 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()4283 if (bbio == NULL || BIO_set_read_buffer_size(bbio, 1) <= 0) { in ssl_init_wbio_buffer()4284 BIO_free(bbio); in ssl_init_wbio_buffer()[all …]
1229 BIO *bbio; member
205 BIO *sbio, *bbio, *acpt, *out;233 bbio = BIO_new(BIO_f_buffer());234 sbio = BIO_push(bbio, sbio);