Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_lib.c461 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() local
2317 if (s->bbio == NULL) in ssl_init_wbio_buffer()
2319 bbio=BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
[all …]
H A Dd1_clnt.c246 if (s->bbio != s->wbio) in IMPLEMENT_dtls1_meth_func()
247 s->wbio=BIO_push(s->bbio,s->wbio); in IMPLEMENT_dtls1_meth_func()
H A Dssl.h830 BIO *bbio; /* used during session-id reuse to concatenate member
835 char *bbio; member
H A Ds3_clnt.c249 if (s->bbio != s->wbio) in IMPLEMENT_ssl3_meth_func()
250 s->wbio=BIO_push(s->bbio,s->wbio); in IMPLEMENT_ssl3_meth_func()
H A Ds3_lib.c2130 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) in ssl3_write()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_f_ssl.pod203 BIO *sbio, *bbio, *acpt, *out;
245 bbio = BIO_new(BIO_f_buffer());
248 sbio = BIO_push(bbio, sbio);