/external/openssl/crypto/asn1/ |
D | a_d2i_fp.c | 172 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()
|
D | asn_mime.c | 552 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/ |
D | s23_pkt.c | 105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]), in ssl23_read_bytes()
|
D | ssltest.c | 1317 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/ |
D | bf_buff.c | 167 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()
|
D | bf_null.c | 117 ret=BIO_read(b->next_bio,out,outl); in nullf_read()
|
D | bf_nbio.c | 152 ret=BIO_read(b->next_bio,out,outl); in nbiof_read()
|
D | bss_acpt.c | 317 ret=BIO_read(b->next_bio,out,outl); in acpt_read()
|
D | bf_lbuf.c | 142 ret=BIO_read(b->next_bio,out,outl); in linebuffer_read()
|
/external/openssl/apps/ |
D | s_client.c | 1429 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()
|
D | enc.c | 541 } 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()
|
D | dgst.c | 480 siglen = BIO_read(sigbio, sigbuf, siglen); in MAIN() 568 i=BIO_read(bp,(char *)buf,BUFSIZE); in do_fp()
|
D | rsautl.c | 264 rsa_inlen = BIO_read(in, rsa_in, keysize * 2); in MAIN()
|
D | asn1pars.c | 296 i=BIO_read(in,&(buf->data[num]),BUFSIZ); in MAIN()
|
/external/openssl/crypto/pkcs7/ |
D | sign.c | 137 i=BIO_read(data,buf,sizeof(buf));
|
D | enc.c | 156 i=BIO_read(data,buf,sizeof(buf));
|
D | bio_ber.c | 188 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()
|
D | dec.c | 163 i=BIO_read(p7bio,buf,sizeof(buf));
|
D | verify.c | 164 i=BIO_read(p7bio,buf,sizeof(buf));
|
D | pk7_smime.c | 388 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/ |
D | pvkfmt.c | 277 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/ |
D | bio_md.c | 128 ret=BIO_read(b->next_bio,out,outl); in md_read()
|
D | bio_enc.c | 179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE); in enc_read()
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ht.c | 270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen); in OCSP_sendreq_nbio()
|
/external/openssl/crypto/x509v3/ |
D | v3_pci.c | 171 while((n = BIO_read(b, buf, sizeof(buf))) > 0 in process_pci_value()
|