Home
last modified time | relevance | path

Searched refs:bbio (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DBIO_f_ssl.pod209 BIO *sbio, *bbio, *acpt, *out;
237 bbio = BIO_new(BIO_f_buffer());
238 sbio = BIO_push(bbio, sbio);
/openssl/ssl/
H A Dssl_lib.c1536 if (sc->bbio != NULL) in SSL_set0_wbio()
1543 if (sc->bbio != NULL) in SSL_set0_wbio()
1616 if (sc->bbio != NULL) { in SSL_get_wbio()
5245 BIO *bbio; in ssl_init_wbio_buffer() local
5247 if (s->bbio != NULL) { in ssl_init_wbio_buffer()
5253 if (bbio == NULL || BIO_set_read_buffer_size(bbio, 1) <= 0) { in ssl_init_wbio_buffer()
5254 BIO_free(bbio); in ssl_init_wbio_buffer()
5258 s->bbio = bbio; in ssl_init_wbio_buffer()
5269 if (s->bbio == NULL) in ssl_free_wbio_buffer()
5275 BIO_free(s->bbio); in ssl_free_wbio_buffer()
[all …]
H A Dssl_local.h1230 BIO *bbio; member

Completed in 37 milliseconds