Home
last modified time | relevance | path

Searched refs:BIO_read (Results 1 – 25 of 41) sorted by relevance

12

/external/openssl/crypto/asn1/
Da_d2i_fp.c172 i=BIO_read(in,&(b->data[len]),want); in asn1_d2i_read_bio()
247 i=BIO_read(in,&(b->data[len]),want); in asn1_d2i_read_bio()
Dasn_mime.c552 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0) in SMIME_crlf_copy()
597 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) in SMIME_text()
/external/openssl/ssl/
Ds23_pkt.c105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]), in ssl23_read_bytes()
Dssltest.c1317 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); in doit_biopair()
1400 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_biopair()
1508 r = BIO_read(io2, dataptr, (int)num); in doit_biopair()
1715 i=BIO_read(c_bio,cbuf,sizeof(cbuf)); in doit()
1763 i=BIO_read(s_bio,sbuf,sizeof(cbuf)); in doit()
/external/openssl/crypto/bio/
Dbf_buff.c167 i=BIO_read(b->next_bio,out,outl); in buffer_read()
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size); in buffer_read()
494 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size); in buffer_gets()
Dbf_null.c117 ret=BIO_read(b->next_bio,out,outl); in nullf_read()
Dbf_nbio.c152 ret=BIO_read(b->next_bio,out,outl); in nbiof_read()
Dbss_acpt.c317 ret=BIO_read(b->next_bio,out,outl); in acpt_read()
Dbf_lbuf.c142 ret=BIO_read(b->next_bio,out,outl); in linebuffer_read()
/external/openssl/apps/
Ds_client.c1429 BIO_read(sbio,sbuf,BUFSIZZ); in MAIN()
1433 BIO_read(sbio,mbuf,BUFSIZZ); in MAIN()
1435 BIO_read(sbio,sbuf,BUFSIZZ); in MAIN()
1462 BIO_read(sbio,sbuf,BUFSIZZ); in MAIN()
1478 BIO_read(sbio,sbuf,BUFSIZZ); in MAIN()
1486 seen = BIO_read(sbio,mbuf,BUFSIZZ); in MAIN()
1492 seen = BIO_read(sbio,mbuf,BUFSIZZ); in MAIN()
1496 seen = BIO_read(sbio,sbuf,BUFSIZZ); in MAIN()
Denc.c541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf in MAIN()
542 || BIO_read(rbio, in MAIN()
662 inl=BIO_read(rbio,(char *)buff,bsize); in MAIN()
Ddgst.c480 siglen = BIO_read(sigbio, sigbuf, siglen); in MAIN()
568 i=BIO_read(bp,(char *)buf,BUFSIZE); in do_fp()
Drsautl.c264 rsa_inlen = BIO_read(in, rsa_in, keysize * 2); in MAIN()
Dasn1pars.c296 i=BIO_read(in,&(buf->data[num]),BUFSIZ); in MAIN()
/external/openssl/crypto/pkcs7/
Dsign.c137 i=BIO_read(data,buf,sizeof(buf));
Denc.c156 i=BIO_read(data,buf,sizeof(buf));
Dbio_ber.c188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i); in bio_ber_get_header()
248 i=BIO_read(b->next_bio,out,n); in ber_read()
Ddec.c163 i=BIO_read(p7bio,buf,sizeof(buf));
Dverify.c164 i=BIO_read(p7bio,buf,sizeof(buf));
Dpk7_smime.c388 i=BIO_read(p7bio,buf,sizeof(buf)); in PKCS7_verify()
585 i = BIO_read(tmpmem, buf, sizeof(buf)); in PKCS7_decrypt()
/external/openssl/crypto/pem/
Dpvkfmt.c277 if (BIO_read(in, hdr_buf, 16) != 16) in do_b2i_bio()
294 if (BIO_read(in, buf, length) != (int)length) in do_b2i_bio()
812 if (BIO_read(in, pvk_hdr, 24) != 24) in b2i_PVK_bio()
829 if (BIO_read(in, buf, buflen) != buflen) in b2i_PVK_bio()
/external/openssl/crypto/evp/
Dbio_md.c128 ret=BIO_read(b->next_bio,out,outl); in md_read()
Dbio_enc.c179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE); in enc_read()
/external/openssl/crypto/ocsp/
Docsp_ht.c270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
/external/openssl/crypto/x509v3/
Dv3_pci.c171 while((n = BIO_read(b, buf, sizeof(buf))) > 0 in process_pci_value()

12