Searched refs:BIO_read (Results 1 - 25 of 37) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds23_pkt.c105 j=BIO_read(s->rbio,(char *)&(p[s->packet_length]),
H A Dssl_task.c329 i = BIO_read ( s_bio, msg.data, msg.length );
H A Dssltest.c1045 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1128 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf));
1160 * and the standard BIO_write/BIO_read interface for io2
1236 r = BIO_read(io2, dataptr, (int)num);
1239 fprintf(stderr, "ERROR: BIO_read could not read "
1446 i=BIO_read(c_bio,cbuf,sizeof(cbuf));
1494 i=BIO_read(s_bio,sbuf,sizeof(cbuf));
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_d2i_fp.c177 i=BIO_read(in,&(b->data[len]),want);
234 i=BIO_read(in,&(b->data[len]),want);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dsign.c137 i=BIO_read(data,buf,sizeof(buf));
H A Denc.c156 i=BIO_read(data,buf,sizeof(buf));
H A Ddec.c163 i=BIO_read(p7bio,buf,sizeof(buf));
H A Dverify.c164 i=BIO_read(p7bio,buf,sizeof(buf));
H A Dbio_ber.c188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i);
248 i=BIO_read(b->next_bio,out,n);
H A Dpk7_smime.c275 i=BIO_read(p7bio,buf,sizeof(buf));
471 i = BIO_read(tmpmem, buf, sizeof(buf));
H A Dpk7_mime.c387 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
426 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_null.c117 ret=BIO_read(b->next_bio,out,outl);
H A Dbf_buff.c167 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);
H A Dbf_nbio.c154 ret=BIO_read(b->next_bio,out,outl);
H A Dbf_lbuf.c142 ret=BIO_read(b->next_bio,out,outl);
H A Dbss_acpt.c317 ret=BIO_read(b->next_bio,out,outl);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_ht.c100 while ((len = BIO_read(b, tmpbuf, sizeof tmpbuf))) {
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c493 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
494 || BIO_read(rbio,
608 inl=BIO_read(rbio,(char *)buff,bsize);
H A Ddgst.c335 siglen = BIO_read(sigbio, sigbuf, siglen);
420 i=BIO_read(bp,(char *)buf,BUFSIZE);
H A Drsautl.c252 rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
H A Ds_client.c724 BIO_read(sbio,mbuf,BUFSIZZ);
726 BIO_read(sbio,sbuf,BUFSIZZ);
730 BIO_read(sbio,mbuf,BUFSIZZ);
732 BIO_read(sbio,sbuf,BUFSIZZ);
H A Dasn1pars.c296 i=BIO_read(in,&(buf->data[num]),BUFSIZ);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_md.c128 ret=BIO_read(b->next_bio,out,outl);
H A Dbio_enc.c179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_pci.c155 while((n = BIO_read(b, buf, sizeof(buf))) > 0

Completed in 203 milliseconds

12