Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_lib.c1279 if (s->bbio != NULL) in SSL_set0_wbio()
1286 if (s->bbio != NULL) in SSL_set0_wbio()
1337 if (s->bbio != NULL) { in SSL_get_wbio()
4194 BIO *bbio; in ssl_init_wbio_buffer() local
4196 if (s->bbio != NULL) { in ssl_init_wbio_buffer()
4202 if (bbio == NULL || !BIO_set_read_buffer_size(bbio, 1)) { in ssl_init_wbio_buffer()
4203 BIO_free(bbio); in ssl_init_wbio_buffer()
4207 s->bbio = bbio; in ssl_init_wbio_buffer()
4216 if (s->bbio == NULL) in ssl_free_wbio_buffer()
4220 BIO_free(s->bbio); in ssl_free_wbio_buffer()
[all …]
A Dssl_local.h1223 BIO *bbio; member
/openssl-master/doc/man3/
A DBIO_f_ssl.pod205 BIO *sbio, *bbio, *acpt, *out;
233 bbio = BIO_new(BIO_f_buffer());
234 sbio = BIO_push(bbio, sbio);

Completed in 27 milliseconds