Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/ssl/
Dssl_lib.c486 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() local
2480 if (s->bbio == NULL) { in ssl_init_wbio_buffer()
2481 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
[all …]
Dd1_clnt.c249 if (s->bbio != s->wbio) in IMPLEMENT_dtls1_meth_func()
250 s->wbio = BIO_push(s->bbio, s->wbio); in IMPLEMENT_dtls1_meth_func()
Dssl.h954 BIO *bbio; member
960 char *bbio; member
Ds3_clnt.c257 if (s->bbio != s->wbio) in IMPLEMENT_ssl3_meth_func()
258 s->wbio = BIO_push(s->bbio, s->wbio); in IMPLEMENT_ssl3_meth_func()
Ds3_lib.c2517 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio)) { in ssl3_write()
/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_f_ssl.pod203 BIO *sbio, *bbio, *acpt, *out;
245 bbio = BIO_new(BIO_f_buffer());
248 sbio = BIO_push(bbio, sbio);