Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1257 if (s->bbio != NULL) in SSL_set0_wbio()
1264 if (s->bbio != NULL) in SSL_set0_wbio()
1315 if (s->bbio != NULL) { in SSL_get_wbio()
4110 BIO *bbio; in ssl_init_wbio_buffer() local
4112 if (s->bbio != NULL) { in ssl_init_wbio_buffer()
4118 if (bbio == NULL || !BIO_set_read_buffer_size(bbio, 1)) { in ssl_init_wbio_buffer()
4119 BIO_free(bbio); in ssl_init_wbio_buffer()
4123 s->bbio = bbio; in ssl_init_wbio_buffer()
4132 if (s->bbio == NULL) in ssl_free_wbio_buffer()
4136 BIO_free(s->bbio); in ssl_free_wbio_buffer()
[all …]
H A Dssl_local.h1087 BIO *bbio; member
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_f_ssl.pod205 BIO *sbio, *bbio, *acpt, *out;
234 bbio = BIO_new(BIO_f_buffer());
235 sbio = BIO_push(bbio, sbio);