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

1 2

  /external/openssl/ssl/
s23_pkt.c 105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]),
ssl_task.c 329 i = BIO_read ( s_bio, msg.data, msg.length );
  /external/openssl/crypto/asn1/
a_d2i_fp.c 177 i=BIO_read(in,&(b->data[len]),want);
234 i=BIO_read(in,&(b->data[len]),want);
bio_asn1.c 350 return BIO_read(b->next_bio, in , inl);
  /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);
pk7_smime.c 388 i=BIO_read(p7bio,buf,sizeof(buf));
580 i = BIO_read(tmpmem, buf, sizeof(buf));
  /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);
493 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bf_nbio.c 154 ret=BIO_read(b->next_bio,out,outl);
bf_lbuf.c 142 ret=BIO_read(b->next_bio,out,outl);
bss_acpt.c 317 ret=BIO_read(b->next_bio,out,outl);
  /external/openssl/crypto/evp/
bio_md.c 128 ret=BIO_read(b->next_bio,out,outl);
bio_enc.c 179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);
  /external/openssl/apps/
s_client.c     [all...]
enc.c 537 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
538 || BIO_read(rbio,
653 inl=BIO_read(rbio,(char *)buff,bsize);
dgst.c 468 siglen = BIO_read(sigbio, sigbuf, siglen);
556 i=BIO_read(bp,(char *)buf,BUFSIZE);
rsautl.c 264 rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
asn1pars.c 296 i=BIO_read(in,&(buf->data[num]),BUFSIZ);
  /external/openssl/crypto/ocsp/
ocsp_ht.c 270 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
  /external/openssl/crypto/pem/
pvkfmt.c 277 if (BIO_read(in, hdr_buf, 16) != 16)
294 if (BIO_read(in, buf, length) != (int)length)
804 if (BIO_read(in, pvk_hdr, 24) != 24)
821 if (BIO_read(in, buf, buflen) != buflen)
  /external/openssl/crypto/x509v3/
v3_pci.c 171 while((n = BIO_read(b, buf, sizeof(buf))) > 0

Completed in 127 milliseconds

1 2