Searched refs:BIO_gets (Results 1 - 25 of 30) sorted by path

12

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dbio_asn1.c362 return BIO_gets(b->next_bio, str , size);
H A Df_enum.c107 bufsize=BIO_gets(bp,buf,size);
190 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c112 bufsize=BIO_gets(bp,buf,size);
194 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c105 bufsize=BIO_gets(bp,buf,size);
188 bufsize=BIO_gets(bp,buf,size);
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c196 int BIO_gets(BIO *bio, char *buf, int len) { function
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c530 BIO_gets(in, p, CONFBUFSIZE - 1);
/external/chromium_org/third_party/boringssl/src/crypto/pem/
H A Dpem_lib.c651 i=BIO_gets(bp,buf,254);
684 i=BIO_gets(bp,buf,254);
711 i=BIO_gets(bp,buf,254);
732 i=BIO_gets(bp,buf,254);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h106 /* BIO_gets "reads a line" from |bio| and puts at most |size| bytes into |buf|.
110 * return the digest in response to a |BIO_gets| call.
114 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
355 * Memory BIOs support |BIO_gets| and |BIO_puts|.
/external/openssl/apps/
H A Dapps.c688 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
703 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN);
2595 l = BIO_gets(bconn, buf, sizeof buf);
H A Ddgst.c611 len=BIO_gets(bp,(char *)buf,BUFSIZE);
H A Docsp.c1239 len = BIO_gets(cbio, inbuf, sizeof inbuf);
H A Dpasswd.c259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
270 r = BIO_gets(in, trash, sizeof trash);
H A Ds_client.c1442 BIO_gets() which does need a buffering BIO. So during
1454 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1463 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1489 BIO_gets(fbio,mbuf,BUFSIZZ);
1496 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1518 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
H A Ds_server.c702 /* return(BIO_gets(bp->next_bio,buf,size));*/
2689 i=BIO_gets(io,buf,bufsize-1);
/external/openssl/crypto/asn1/
H A Dasn_mime.c559 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
623 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
672 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
H A Dbio_asn1.c365 return BIO_gets(b->next_bio, str , size);
H A Df_enum.c109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c113 bufsize=BIO_gets(bp,buf,size);
204 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
/external/openssl/crypto/bio/
H A Dbf_lbuf.c390 return(BIO_gets(b->next_bio,buf,size));
H A Dbf_nbio.c66 * BIO_gets returns the digest */
243 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_null.c65 * BIO_gets returns the digest */
173 return(BIO_gets(bp->next_bio,buf,size));
H A Dbio.h645 int BIO_gets(BIO *bp,char *buf, int size);
H A Dbio_lib.c290 int BIO_gets(BIO *b, char *in, int inl) function
/external/openssl/crypto/conf/
H A Dconf_def.c264 BIO_gets(in, p, CONFBUFSIZE-1);

Completed in 686 milliseconds

12