Searched refs:BIO_gets (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_ht.c107 if(BIO_gets(mem, tmpbuf, 512) <= 0) {
157 while(BIO_gets(mem, tmpbuf, 512) > 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Df_enum.c109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c113 bufsize=BIO_gets(bp,buf,size);
204 bufsize=BIO_gets(bp,buf,size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_ht.c107 if(BIO_gets(mem, tmpbuf, 512) <= 0) {
157 while(BIO_gets(mem, tmpbuf, 512) > 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Df_enum.c109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c113 bufsize=BIO_gets(bp,buf,size);
204 bufsize=BIO_gets(bp,buf,size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbf_null.c65 * BIO_gets returns the digest */
173 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_nbio.c66 * BIO_gets returns the digest */
245 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_lbuf.c390 return(BIO_gets(b->next_bio,buf,size));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbf_null.c65 * BIO_gets returns the digest */
173 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_nbio.c66 * BIO_gets returns the digest */
245 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_lbuf.c390 return(BIO_gets(b->next_bio,buf,size));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_lib.c638 i=BIO_gets(bp,buf,254);
671 i=BIO_gets(bp,buf,254);
698 i=BIO_gets(bp,buf,254);
719 i=BIO_gets(bp,buf,254);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_lib.c643 i=BIO_gets(bp,buf,254);
676 i=BIO_gets(bp,buf,254);
703 i=BIO_gets(bp,buf,254);
724 i=BIO_gets(bp,buf,254);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c738 BIO_gets() which does need a buffering BIO. So during
750 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
759 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
785 BIO_gets(fbio,mbuf,BUFSIZZ);
792 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
814 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
H A Dpasswd.c259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
270 r = BIO_gets(in, trash, sizeof trash);
H A Ddgst.c487 len=BIO_gets(bp,(char *)buf,BUFSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c334 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
391 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
438 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c393 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
450 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
497 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dpasswd.c259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
270 r = BIO_gets(in, trash, sizeof trash);
H A Ddgst.c490 len=BIO_gets(bp,(char *)buf,BUFSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c114 BIO_gets(in,&(buf->data[offset]),size-offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c114 BIO_gets(in,&(buf->data[offset]),size-offset);

Completed in 181 milliseconds

12