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

/opensolaris-onvv-gate/usr/src/lib/libwanbootutil/common/
H A Dwanbootutil.h36 #include <wanboot/wbio.h>
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c123 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
441 wbio=out;
455 wbio=BIO_push(b64,wbio);
485 && (BIO_write(wbio,magic,
487 || BIO_write(wbio,
604 wbio=BIO_push(benc,wbio);
610 if (BIO_write(wbio,(char *)buff,inl) != inl)
616 if (!BIO_flush(wbio))
[all...]
/opensolaris-onvv-gate/usr/src/lib/libwanbootutil/
H A DMakefile.com35 wbio.o
H A DMakefile39 wbio.h
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds23_pkt.c77 i=BIO_write(s->wbio,&(buf[tot]),num);
H A Dssl_lib.c464 if (s->bbio == s->wbio)
466 s->wbio=BIO_pop(s->wbio);
473 if ((s->wbio != NULL) && (s->wbio != s->rbio))
474 BIO_free_all(s->wbio);
509 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio) argument
515 if (s->wbio == s->bbio)
517 s->wbio=s->wbio
[all...]
H A Dbio_ssl.c381 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
390 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
402 if (ssl->rbio != ssl->wbio) /* we are in trouble :-( */
404 BIO_free_all(ssl->wbio);
410 ssl->wbio=NULL;
H A Dd1_clnt.c246 if (s->bbio != s->wbio)
247 s->wbio=BIO_push(s->bbio,s->wbio);
450 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
454 num1=BIO_flush(s->wbio);
510 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 Ds3_clnt.c249 if (s->bbio != s->wbio)
250 s->wbio=BIO_push(s->bbio,s->wbio);
440 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
444 num1=BIO_flush(s->wbio);
496 if ((ret=BIO_flush(s->wbio)) <= 0)
H A Ds2_pkt.c486 if (s->wbio != NULL)
489 i=BIO_write(s->wbio,
H A Dd1_srvr.c411 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
415 num1=BIO_flush(s->wbio);
571 if ((ret=BIO_flush(s->wbio)) <= 0)
587 /* BIO_flush(s->wbio); */
H A Ds3_pkt.c742 if (s->wbio != NULL)
745 i=BIO_write(s->wbio,
1298 (void)BIO_flush(s->wbio);
H A Ds23_clnt.c181 if (s->debug) { (void)BIO_flush(s->wbio); }
H A Ds3_srvr.c415 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
419 num1=BIO_flush(s->wbio);
582 if ((ret=BIO_flush(s->wbio)) <= 0)
598 /* BIO_flush(s->wbio); */
H A Dssl.h829 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
834 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1244 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
H A Ds3_lib.c2130 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
2143 n=BIO_flush(s->wbio);
H A Dssltest.c1596 s_ssl->wbio=NULL;
1601 c_ssl->wbio=NULL;
H A Dd1_pkt.c1614 (void)BIO_flush(s->wbio);

Completed in 213 milliseconds