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

1 2

  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
476 wbio=out;
485 wbio=BIO_push(bzl,wbio);
503 wbio=BIO_push(b64,wbio);
533 && (BIO_write(wbio,magic,
535 || BIO_write(wbio,
658 wbio=BIO_push(benc,wbio);
    [all...]
  /external/openssl/apps/
enc.c 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local
482 wbio=out;
491 wbio=BIO_push(bzl,wbio);
509 wbio=BIO_push(b64,wbio);
539 && (BIO_write(wbio,magic,
541 || BIO_write(wbio,
664 wbio=BIO_push(benc,wbio);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_pkt.c 77 i=BIO_write(s->wbio,&(buf[tot]),num);
ssl_lib.c 534 if (s->bbio == s->wbio)
536 s->wbio=BIO_pop(s->wbio);
543 if ((s->wbio != NULL) && (s->wbio != s->rbio))
544 BIO_free_all(s->wbio);
611 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
617 if (s->wbio == s->bbio)
619 s->wbio=s->wbio->next_bio
    [all...]
bio_ssl.c 393 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
402 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
417 * rbio and wbio are the same when pushed.
419 if (ssl->rbio != ssl->wbio)
420 BIO_free_all(ssl->wbio);
423 ssl->wbio=NULL;
d1_clnt.c 318 if (s->bbio != s->wbio)
319 s->wbio=BIO_push(s->bbio,s->wbio);
673 if (BIO_flush(s->wbio) <= 0)
676 if (!BIO_should_retry(s->wbio))
739 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
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);
s2_pkt.c 487 if (s->wbio != NULL)
490 i=BIO_write(s->wbio,
s3_pkt.c 884 if (s->wbio != NULL)
887 i=BIO_write(s->wbio,
    [all...]
d1_srvr.c 572 if (BIO_flush(s->wbio) <= 0)
575 if (!BIO_should_retry(s->wbio))
816 if ((ret=BIO_flush(s->wbio)) <= 0)
832 /* BIO_flush(s->wbio); */
    [all...]
s3_clnt.c 305 if (s->bbio != s->wbio)
306 s->wbio=BIO_push(s->bbio,s->wbio);
637 if (BIO_flush(s->wbio) <= 0)
709 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
s3_lib.c     [all...]
s23_clnt.c 238 if (s->debug) { (void)BIO_flush(s->wbio); }
  /external/openssl/ssl/
s23_pkt.c 77 i=BIO_write(s->wbio,&(buf[tot]),num);
ssl_lib.c 552 if (s->bbio == s->wbio)
554 s->wbio=BIO_pop(s->wbio);
561 if ((s->wbio != NULL) && (s->wbio != s->rbio))
562 BIO_free_all(s->wbio);
636 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
642 if (s->wbio == s->bbio)
644 s->wbio=s->wbio->next_bio
    [all...]
bio_ssl.c 393 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
402 ret=BIO_ctrl(ssl->wbio,cmd,num,ptr);
417 * rbio and wbio are the same when pushed.
419 if (ssl->rbio != ssl->wbio)
420 BIO_free_all(ssl->wbio);
423 ssl->wbio=NULL;
d1_clnt.c 318 if (s->bbio != s->wbio)
319 s->wbio=BIO_push(s->bbio,s->wbio);
683 if (BIO_flush(s->wbio) <= 0)
686 if (!BIO_should_retry(s->wbio))
749 if ((ret=BIO_flush(s->wbio)) <= 0)
    [all...]
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);
s2_pkt.c 487 if (s->wbio != NULL)
490 i=BIO_write(s->wbio,
s3_pkt.c 908 if (s->wbio != NULL)
911 i=BIO_write(s->wbio,
    [all...]
d1_srvr.c 573 if (BIO_flush(s->wbio) <= 0)
576 if (!BIO_should_retry(s->wbio))
829 if ((ret=BIO_flush(s->wbio)) <= 0)
845 /* BIO_flush(s->wbio); */
    [all...]
s3_lib.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 961 ScopedSslBio(SSL *ssl, BIO* rbio, BIO* wbio) : ssl_(ssl) {
962 SSL_set_bio(ssl_, rbio, wbio);
964 CRYPTO_add(&wbio->references,1,CRYPTO_LOCK_BIO);
8149 BIO* wbio = reinterpret_cast<BIO*>(wbioRef); local
8537 BIO* wbio = SSL_get_wbio(ssl); local
8670 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
8865 BIO* wbio = SSL_get_wbio(ssl); local
9009 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
9285 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(wbioRef)); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 682 s_ssl->wbio=NULL;
687 c_ssl->wbio=NULL;
  /external/openssl/crypto/threads/
mttest.c 682 s_ssl->wbio=NULL;
687 c_ssl->wbio=NULL;

Completed in 1380 milliseconds

1 2