Searched refs:bbio (Results 1 – 6 of 6) sorted by relevance
461 if (s->bbio != NULL) in SSL_free()464 if (s->bbio == s->wbio) in SSL_free()468 BIO_free(s->bbio); in SSL_free()469 s->bbio=NULL; in SSL_free()513 if (s->bbio != NULL) in SSL_set_bio()515 if (s->wbio == s->bbio) in SSL_set_bio()518 s->bbio->next_bio=NULL; in SSL_set_bio()2315 BIO *bbio; in ssl_init_wbio_buffer() local2317 if (s->bbio == NULL) in ssl_init_wbio_buffer()2319 bbio=BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()[all …]
246 if (s->bbio != s->wbio) in IMPLEMENT_dtls1_meth_func()247 s->wbio=BIO_push(s->bbio,s->wbio); in IMPLEMENT_dtls1_meth_func()
830 BIO *bbio; /* used during session-id reuse to concatenate member835 char *bbio; member
249 if (s->bbio != s->wbio) in IMPLEMENT_ssl3_meth_func()250 s->wbio=BIO_push(s->bbio,s->wbio); in IMPLEMENT_ssl3_meth_func()
2130 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) in ssl3_write()
203 BIO *sbio, *bbio, *acpt, *out;245 bbio = BIO_new(BIO_f_buffer());248 sbio = BIO_push(bbio, sbio);