Searched refs:bbio (Results 1 – 6 of 6) sorted by relevance
486 if (s->bbio != NULL) { in SSL_free()488 if (s->bbio == s->wbio) { in SSL_free()491 BIO_free(s->bbio); in SSL_free()492 s->bbio = NULL; in SSL_free()554 if (s->bbio != NULL) { in SSL_set_bio()555 if (s->wbio == s->bbio) { in SSL_set_bio()557 s->bbio->next_bio = NULL; in SSL_set_bio()2478 BIO *bbio; in ssl_init_wbio_buffer() local2480 if (s->bbio == NULL) { in ssl_init_wbio_buffer()2481 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()[all …]
249 if (s->bbio != s->wbio) in IMPLEMENT_dtls1_meth_func()250 s->wbio = BIO_push(s->bbio, s->wbio); in IMPLEMENT_dtls1_meth_func()
954 BIO *bbio; member960 char *bbio; member
257 if (s->bbio != s->wbio) in IMPLEMENT_ssl3_meth_func()258 s->wbio = BIO_push(s->bbio, s->wbio); in IMPLEMENT_ssl3_meth_func()
2517 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);