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

12

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_pkt.c108 j = BIO_read(s->rbio, (char *)&(p[s->packet_length]),
H A Dssl_task.c348 i = BIO_read(s_bio, msg.data, msg.length);
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c171 i = BIO_read(in, &(b->data[len]), want);
224 if (want > INT_MAX /* BIO_read takes an int length */ ||
244 i = BIO_read(in, &(b->data[len]), chunk);
H A Dbio_asn1.c339 return BIO_read(b->next_bio, in, inl);
H A Dasn_mime.c541 while ((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
584 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0)
/freebsd-11-stable/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_ok.c262 i = BIO_read(b->next_bio, &(ctx->buf[ctx->buf_len]), n);
H A Dbio_b64.c199 i = BIO_read(b->next_bio, &(ctx->tmp[ctx->tmp_len]),
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c538 } else if (BIO_read(rbio, mbuf, sizeof(mbuf)) != sizeof(mbuf)
539 || BIO_read(rbio,
653 inl = BIO_read(rbio, (char *)buff, bsize);
H A Ds_client.c1616 BIO_read(sbio, sbuf, BUFSIZZ);
1618 BIO_read(sbio, mbuf, BUFSIZZ);
1620 BIO_read(sbio, sbuf, BUFSIZZ);
1644 BIO_read(sbio, sbuf, BUFSIZZ);
1657 BIO_read(sbio, sbuf, BUFSIZZ);
1664 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1670 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1677 seen = BIO_read(sbio, sbuf, BUFSIZZ);
H A Ddgst.c473 siglen = BIO_read(sigbio, sigbuf, siglen);
554 i = BIO_read(bp, (char *)buf, BUFSIZE);
H A Drsautl.c274 rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
H A Dasn1pars.c281 i = BIO_read(in, &(buf->data[num]), BUFSIZ);
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c377 i = BIO_read(p7bio, buf, sizeof(buf));
572 i = BIO_read(tmpmem, buf, sizeof(buf));
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c161 while ((n = BIO_read(b, buf, sizeof(buf))) > 0
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c269 if (BIO_read(in, hdr_buf, 16) != 16) {
288 if (BIO_read(in, buf, length) != (int)length) {
771 if (BIO_read(in, pvk_hdr, 24) != 24) {
786 if (BIO_read(in, buf, buflen) != buflen) {
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c220 while ((i = BIO_read(p7bio, buf, sizeof(buf))) > 0) ;
638 while ((length = BIO_read(data, buffer, sizeof(buffer))) > 0) {
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c332 n = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c515 i = BIO_read(c_bio, cbuf, 100);
545 i = BIO_read(s_bio, sbuf, 100);

Completed in 158 milliseconds

12