Home
last modified time | relevance | path

Searched refs:rbio (Results 1 – 11 of 11) sorted by relevance

/external/openssl/apps/
Denc.c125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; in MAIN() local
472 rbio=in; in MAIN()
484 rbio=BIO_push(bzl,rbio); in MAIN()
502 rbio=BIO_push(b64,rbio); in MAIN()
538 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf in MAIN()
539 || BIO_read(rbio, in MAIN()
654 inl=BIO_read(rbio,(char *)buff,bsize); in MAIN()
/external/openssl/ssl/
Dbio_ssl.c321 else if (ssl->rbio != NULL) in ssl_ctrl()
322 ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); in ssl_ctrl()
390 ret=BIO_pending(ssl->rbio); in ssl_ctrl()
398 if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio)) in ssl_ctrl()
411 if (ssl->rbio != ssl->wbio) in ssl_ctrl()
416 ssl->rbio=NULL; in ssl_ctrl()
460 ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); in ssl_ctrl()
481 ret=BIO_ctrl(ssl->rbio,cmd,num,ptr); in ssl_ctrl()
505 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp); in ssl_callback_ctrl()
Dssl_lib.c538 if (s->rbio != NULL) in SSL_free()
539 BIO_free_all(s->rbio); in SSL_free()
540 if ((s->wbio != NULL) && (s->wbio != s->rbio)) in SSL_free()
601 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio) in SSL_set_bio() argument
613 if ((s->rbio != NULL) && (s->rbio != rbio)) in SSL_set_bio()
614 BIO_free_all(s->rbio); in SSL_set_bio()
615 if ((s->wbio != NULL) && (s->wbio != wbio) && (s->rbio != s->wbio)) in SSL_set_bio()
617 s->rbio=rbio; in SSL_set_bio()
622 { return(s->rbio); } in SSL_get_rbio()
681 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET) in SSL_set_wfd()
[all …]
Ds23_pkt.c105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]), in ssl23_read_bytes()
Ds2_pkt.c377 if (s->rbio != NULL) in read_n()
380 i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]), in read_n()
Ds3_pkt.c235 if (s->rbio != NULL) in ssl3_read_n()
238 i=BIO_read(s->rbio,pkt+len+left, max-left); in ssl3_read_n()
Dssl.h1029 BIO *rbio; /* used by SSL_read */ member
1034 char *rbio; /* used by SSL_read */ member
1568 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
Dssltest.c1741 s_ssl->rbio=NULL; in doit()
1746 c_ssl->rbio=NULL; in doit()
/external/icu4c/data/lang/
Dpt_PT.txt73 wen{"idioma sórbio"}
/external/openssl/crypto/threads/
Dmttest.c681 s_ssl->rbio=NULL; in doit()
686 c_ssl->rbio=NULL; in doit()
/external/openssl/include/openssl/
Dssl.h1029 BIO *rbio; /* used by SSL_read */ member
1034 char *rbio; /* used by SSL_read */ member
1568 void SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);