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

12

/freebsd-10.3-release/crypto/openssl/ssl/
H A Ds23_pkt.c102 j = BIO_read(s->rbio, (char *)&(p[s->packet_length]),
H A Dssl_task.c348 i = BIO_read(s_bio, msg.data, msg.length);
H A Dssltest.c1264 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf));
1336 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf));
1363 * BIO_write/BIO_read interface for io2
1437 r = BIO_read(io2, dataptr, (int)num);
1439 fprintf(stderr, "ERROR: BIO_read could not read "
1627 i = BIO_read(c_bio, cbuf, sizeof(cbuf));
1663 i = BIO_read(s_bio, sbuf, sizeof(cbuf));
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbf_null.c122 ret = BIO_read(b->next_bio, out, outl);
H A Dbf_buff.c179 i = BIO_read(b->next_bio, out, outl);
197 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
499 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
H A Dbf_nbio.c155 ret = BIO_read(b->next_bio, out, outl);
H A Dbf_lbuf.c148 ret = BIO_read(b->next_bio, out, outl);
H A Dbss_acpt.c315 ret = BIO_read(b->next_bio, out, outl);
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c170 i = BIO_read(in, &(b->data[len]), want);
221 if (want > INT_MAX /* BIO_read takes an int length */ ||
231 i = BIO_read(in, &(b->data[len]), want);
H A Dbio_asn1.c337 return BIO_read(b->next_bio, in, inl);
H A Dasn_mime.c540 while ((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
583 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0)
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Dbio_md.c134 ret = BIO_read(b->next_bio, out, outl);
H A Dbio_enc.c188 i = BIO_read(b->next_bio, &(ctx->buf[BUF_OFFSET]), ENC_BLOCK_SIZE);
H A Dbio_b64.c199 i = BIO_read(b->next_bio, &(ctx->tmp[ctx->tmp_len]),
H A Dbio_ok.c262 i = BIO_read(b->next_bio, &(ctx->buf[ctx->buf_len]), n);
/freebsd-10.3-release/crypto/openssl/apps/
H A Denc.c526 } else if (BIO_read(rbio, mbuf, sizeof mbuf) != sizeof mbuf
527 || BIO_read(rbio,
641 inl = BIO_read(rbio, (char *)buff, bsize);
H A Ddgst.c456 siglen = BIO_read(sigbio, sigbuf, siglen);
535 i = BIO_read(bp, (char *)buf, BUFSIZE);
H A Ds_client.c1416 BIO_read(sbio, sbuf, BUFSIZZ);
1418 BIO_read(sbio, mbuf, BUFSIZZ);
1420 BIO_read(sbio, sbuf, BUFSIZZ);
1444 BIO_read(sbio, sbuf, BUFSIZZ);
1457 BIO_read(sbio, sbuf, BUFSIZZ);
1464 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1470 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1475 seen = BIO_read(sbio, sbuf, BUFSIZZ);
H A Drsautl.c278 rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
H A Dasn1pars.c281 i = BIO_read(in, &(buf->data[num]), BUFSIZ);
/freebsd-10.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c370 i = BIO_read(p7bio, buf, sizeof(buf));
568 i = BIO_read(tmpmem, buf, sizeof(buf));
/freebsd-10.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c265 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
/freebsd-10.3-release/crypto/openssl/crypto/pem/
H A Dpvkfmt.c262 if (BIO_read(in, hdr_buf, 16) != 16) {
277 if (BIO_read(in, buf, length) != (int)length) {
755 if (BIO_read(in, pvk_hdr, 24) != 24) {
770 if (BIO_read(in, buf, buflen) != buflen) {
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c161 while ((n = BIO_read(b, buf, sizeof(buf))) > 0
/freebsd-10.3-release/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c220 while ((i = BIO_read(p7bio, buf, sizeof(buf))) > 0) ;
629 while ((length = BIO_read(data, buffer, sizeof(buffer))) > 0) {

Completed in 221 milliseconds

12