Searched refs:wbio (Results 26 - 43 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_pkt.c738 if (s->wbio != NULL)
741 i=BIO_write(s->wbio,
1294 (void)BIO_flush(s->wbio);
H A Ds23_clnt.c181 if (s->debug) { (void)BIO_flush(s->wbio); }
H A Ds3_srvr.c416 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
420 num1=BIO_flush(s->wbio);
583 if ((ret=BIO_flush(s->wbio)) <= 0)
599 /* BIO_flush(s->wbio); */
H A Dssl.h834 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
839 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1249 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
H A Ds3_lib.c2301 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
2314 n=BIO_flush(s->wbio);
H A Dssltest.c1596 s_ssl->wbio=NULL;
1601 c_ssl->wbio=NULL;
H A Dd1_pkt.c1608 (void)BIO_flush(s->wbio);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dssl.h794 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
799 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1201 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl.h794 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
799 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1201 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
H A Ds23_clnt.c199 if (s->debug) { (void)BIO_flush(s->wbio); }
H A Ds3_lib.c1694 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
1707 n=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);
568 if ((ret=BIO_flush(s->wbio)) <= 0)
584 /* BIO_flush(s->wbio); */
H A Dssltest.c1491 s_ssl->wbio=NULL;
1496 c_ssl->wbio=NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/threads/
H A Dmttest.c650 s_ssl->wbio=NULL;
655 c_ssl->wbio=NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c680 s_ssl->wbio=NULL;
685 c_ssl->wbio=NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h834 BIO *wbio; /* used by SSL_write */ member in struct:ssl_st
839 char *wbio; /* used by SSL_write */ member in struct:ssl_st
1249 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c1491 s_ssl->wbio=NULL;
1496 c_ssl->wbio=NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1596 s_ssl->wbio=NULL;
1601 c_ssl->wbio=NULL;

Completed in 297 milliseconds

12