HomeSort by relevance Sort by last modified time
    Searched refs:BIO_read (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_pkt.c 105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]),
  /external/openssl/ssl/
s23_pkt.c 105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]),
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
sign.c 137 i=BIO_read(data,buf,sizeof(buf));
enc.c 156 i=BIO_read(data,buf,sizeof(buf));
dec.c 163 i=BIO_read(p7bio,buf,sizeof(buf));
verify.c 164 i=BIO_read(p7bio,buf,sizeof(buf));
bio_ber.c 188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i);
248 i=BIO_read(b->next_bio,out,n);
  /external/openssl/crypto/pkcs7/
sign.c 137 i=BIO_read(data,buf,sizeof(buf));
enc.c 156 i=BIO_read(data,buf,sizeof(buf));
dec.c 163 i=BIO_read(p7bio,buf,sizeof(buf));
verify.c 164 i=BIO_read(p7bio,buf,sizeof(buf));
bio_ber.c 188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i);
248 i=BIO_read(b->next_bio,out,n);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_null.c 117 ret=BIO_read(b->next_bio,out,outl);
bf_buff.c 167 i=BIO_read(b->next_bio,out,outl);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
494 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bf_nbio.c 152 ret=BIO_read(b->next_bio,out,outl);
  /external/openssl/crypto/bio/
bf_null.c 117 ret=BIO_read(b->next_bio,out,outl);
bf_buff.c 167 i=BIO_read(b->next_bio,out,outl);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
494 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bf_nbio.c 152 ret=BIO_read(b->next_bio,out,outl);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_d2i_fp.c 172 i=BIO_read(in,&(b->data[len]),want);
234 if (want > INT_MAX /* BIO_read takes an int length */ ||
247 i=BIO_read(in,&(b->data[len]),want);
  /external/openssl/crypto/asn1/
a_d2i_fp.c 172 i=BIO_read(in,&(b->data[len]),want);
234 if (want > INT_MAX /* BIO_read takes an int length */ ||
247 i=BIO_read(in,&(b->data[len]),want);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_md.c 128 ret=BIO_read(b->next_bio,out,outl);
  /external/openssl/crypto/evp/
bio_md.c 128 ret=BIO_read(b->next_bio,out,outl);
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
542 || BIO_read(rbio,
662 inl=BIO_read(rbio,(char *)buff,bsize);
dgst.c 480 siglen = BIO_read(sigbio, sigbuf, siglen);
568 i=BIO_read(bp,(char *)buf,BUFSIZE);
  /external/openssl/apps/
enc.c 541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
542 || BIO_read(rbio,
662 inl=BIO_read(rbio,(char *)buff,bsize);

Completed in 665 milliseconds

1 2 3 4