HomeSort by relevance Sort by last modified time
    Searched full:wbio (Results 1 - 19 of 19) sorted by null

  /external/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
473 wbio=out;
482 wbio=BIO_push(bzl,wbio);
500 wbio=BIO_push(b64,wbio);
530 && (BIO_write(wbio,magic,
532 || BIO_write(wbio,
650 wbio=BIO_push(benc,wbio);
    [all...]
  /external/openssl/ssl/
ssl_lib.c 531 if (s->bbio == s->wbio)
533 s->wbio=BIO_pop(s->wbio);
540 if ((s->wbio != NULL) && (s->wbio != s->rbio))
541 BIO_free_all(s->wbio);
601 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
607 if (s->wbio == s->bbio)
609 s->wbio=s->wbio->next_bio
    [all...]
bio_ssl.c 385 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
394 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
409 * rbio and wbio are the same when pushed.
411 if (ssl->rbio != ssl->wbio)
412 BIO_free_all(ssl->wbio);
415 ssl->wbio=NULL;
s23_pkt.c 77 i=BIO_write(s->wbio,&(buf[tot]),num);
s2_srvr.c 269 num1=BIO_ctrl(s->wbio,BIO_CTRL_INFO,0,NULL);
273 num1=BIO_flush(s->wbio);
279 s->wbio=BIO_pop(s->wbio);
d1_clnt.c 252 if (s->bbio != s->wbio)
253 s->wbio=BIO_push(s->bbio,s->wbio);
516 if (BIO_flush(s->wbio) <= 0)
574 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
s2_pkt.c 488 if (s->wbio != NULL)
491 i=BIO_write(s->wbio,
s3_lib.c     [all...]
d1_srvr.c 473 if (BIO_flush(s->wbio) <= 0)
676 if ((ret=BIO_flush(s->wbio)) <= 0)
692 /* BIO_flush(s->wbio); */
    [all...]
s3_pkt.c 873 if (s->wbio != NULL)
876 i=BIO_write(s->wbio,
    [all...]
s3_clnt.c 284 if (s->bbio != s->wbio)
285 s->wbio=BIO_push(s->bbio,s->wbio);
570 if (BIO_flush(s->wbio) <= 0)
641 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
s23_clnt.c 234 if (s->debug) { (void)BIO_flush(s->wbio); }
ssltest.c     [all...]
s3_srvr.c 497 if (BIO_flush(s->wbio) <= 0)
740 if ((ret=BIO_flush(s->wbio)) <= 0)
756 /* BIO_flush(s->wbio); */
    [all...]
ssl.h 1030 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1035 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
d1_pkt.c     [all...]
  /external/openssl/patches/
handshake_cutthrough.patch 141 + if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
146 + if (BIO_wpending(s->wbio) > 0)
149 + n=BIO_flush(s->wbio);
  /external/openssl/crypto/threads/
mttest.c 682 s_ssl->wbio=NULL;
687 c_ssl->wbio=NULL;
  /external/openssl/include/openssl/
ssl.h 1030 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
1035 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 359 milliseconds