Searched refs:wbio (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/demos/
H A Db64.c92 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
224 wbio=out;
236 wbio=BIO_push(b64,wbio);
245 if (BIO_write(wbio,(char *)buff,inl) != inl)
251 BIO_flush(wbio);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Denc.c120 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
455 wbio=out;
469 wbio=BIO_push(b64,wbio);
499 && (BIO_write(wbio,magic,
501 || BIO_write(wbio,
624 wbio=BIO_push(benc,wbio);
630 if (BIO_write(wbio,(char *)buff,inl) != inl)
636 if (!BIO_flush(wbio))
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds23_pkt.c77 i=BIO_write(s->wbio,&(buf[tot]),num);
H A Dssl_lib.c481 if (s->bbio == s->wbio)
483 s->wbio=BIO_pop(s->wbio);
490 if ((s->wbio != NULL) && (s->wbio != s->rbio))
491 BIO_free_all(s->wbio);
538 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio) argument
544 if (s->wbio == s->bbio)
546 s->wbio=s->wbio
[all...]
H A Dbio_ssl.c385 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
394 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
406 if (ssl->rbio != ssl->wbio) /* we are in trouble :-( */
408 BIO_free_all(ssl->wbio);
414 ssl->wbio=NULL;
H A Dd1_clnt.c249 if (s->bbio != s->wbio)
250 s->wbio=BIO_push(s->bbio,s->wbio);
513 if (BIO_flush(s->wbio) <= 0)
571 if ((ret=BIO_flush(s->wbio)) <= 0)
H A Ds2_srvr.c269 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
273 num1=BIO_flush(s->wbio);
279 s->wbio=BIO_pop(s->wbio);
H A Dssl_task.c362 s_ssl->wbio=NULL;
H A Ds2_pkt.c485 if (s->wbio != NULL)
488 i=BIO_write(s->wbio,
H A Ds3_pkt.c770 if (s->wbio != NULL)
773 i=BIO_write(s->wbio,
1383 (void)BIO_flush(s->wbio);
H A Ds23_clnt.c181 if (s->debug) { (void)BIO_flush(s->wbio); }
H A Dd1_srvr.c462 if (BIO_flush(s->wbio) <= 0)
649 if ((ret=BIO_flush(s->wbio)) <= 0)
665 /* BIO_flush(s->wbio); */
H A Ds3_clnt.c255 if (s->bbio != s->wbio)
256 s->wbio=BIO_push(s->bbio,s->wbio);
508 if (BIO_flush(s->wbio) <= 0)
561 if ((ret=BIO_flush(s->wbio)) <= 0)
H A Dssl.h888 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
893 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1378 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
H A Ds3_lib.c2537 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
2550 n=BIO_flush(s->wbio);
H A Dssltest.c1628 s_ssl->wbio=NULL;
1633 c_ssl->wbio=NULL;
H A Ds3_srvr.c462 if (BIO_flush(s->wbio) <= 0)
652 if ((ret=BIO_flush(s->wbio)) <= 0)
668 /* BIO_flush(s->wbio); */
H A Dd1_pkt.c1685 (void)BIO_flush(s->wbio);
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c929 BIO *rbio, *wbio; local
955 wbio = SSL_get_wbio(ssl); /* should be the same, but who cares */
957 assert(wbio != NULL);
982 num_written = BIO_number_written(wbio);
1056 if (num_read != BIO_number_read(rbio) || num_written != BIO_number_written(wbio))
/macosx-10.10.1/OpenSSL098-52/src/crypto/threads/
H A Dmttest.c680 s_ssl->wbio=NULL;
685 c_ssl->wbio=NULL;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h888 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
893 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1378 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c1628 s_ssl->wbio=NULL;
1633 c_ssl->wbio=NULL;

Completed in 416 milliseconds