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

  /external/openssl/apps/
enc.c 128 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
472 wbio=out;
481 wbio=BIO_push(bzl,wbio);
499 wbio=BIO_push(b64,wbio);
529 && (BIO_write(wbio,magic,
531 || BIO_write(wbio,
649 wbio=BIO_push(benc,wbio);
    [all...]
  /external/openssl/ssl/
s23_pkt.c 77 i=BIO_write(s->wbio,&(buf[tot]),num);
ssl_lib.c 528 if (s->bbio == s->wbio)
530 s->wbio=BIO_pop(s->wbio);
537 if ((s->wbio != NULL) && (s->wbio != s->rbio))
538 BIO_free_all(s->wbio);
593 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
599 if (s->wbio == s->bbio)
601 s->wbio=s->wbio->next_bio
    [all...]
bio_ssl.c 381 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
390 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
405 * rbio and wbio are the same when pushed.
407 if (ssl->rbio != ssl->wbio)
408 BIO_free_all(ssl->wbio);
411 ssl->wbio=NULL;
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);
ssl_task.c 362 s_ssl->wbio=NULL;
d1_clnt.c 252 if (s->bbio != s->wbio)
253 s->wbio=BIO_push(s->bbio,s->wbio);
514 if (BIO_flush(s->wbio) <= 0)
572 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
s2_pkt.c 488 if (s->wbio != NULL)
491 i=BIO_write(s->wbio,
s3_pkt.c 872 if (s->wbio != NULL)
875 i=BIO_write(s->wbio,
    [all...]
s3_lib.c     [all...]
s23_clnt.c 234 if (s->debug) { (void)BIO_flush(s->wbio); }
s3_clnt.c 284 if (s->bbio != s->wbio)
285 s->wbio=BIO_push(s->bbio,s->wbio);
552 if (BIO_flush(s->wbio) <= 0)
623 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
ssl.h 987 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
992 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
d1_srvr.c 457 if (BIO_flush(s->wbio) <= 0)
660 if ((ret=BIO_flush(s->wbio)) <= 0)
676 /* BIO_flush(s->wbio); */
    [all...]
ssltest.c     [all...]
s3_srvr.c 497 if (BIO_flush(s->wbio) <= 0)
707 if ((ret=BIO_flush(s->wbio)) <= 0)
723 /* BIO_flush(s->wbio); */
    [all...]
d1_pkt.c     [all...]
  /external/openssl/crypto/threads/
mttest.c 682 s_ssl->wbio=NULL;
687 c_ssl->wbio=NULL;
  /external/openssl/include/openssl/
ssl.h 987 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
992 char *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 3862 milliseconds