Searched refs:next_bio (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_null.c120 if (b->next_bio == NULL)
122 ret = BIO_read(b->next_bio, out, outl);
134 if (b->next_bio == NULL)
136 ret = BIO_write(b->next_bio, in, inl);
146 if (b->next_bio == NULL)
151 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
158 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
167 if (b->next_bio == NULL)
171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
179 if (bp->next_bio
[all...]
H A Dbf_lbuf.c146 if (b->next_bio == NULL)
148 ret = BIO_read(b->next_bio, out, outl);
162 if ((ctx == NULL) || (b->next_bio == NULL))
202 BIO_write(b->next_bio, "<*<", 3);
204 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
210 BIO_write(b->next_bio, ">*>", 3);
218 BIO_write(b->next_bio, ">*>", 3);
231 BIO_write(b->next_bio, "<*<", 3);
233 i = BIO_write(b->next_bio, in, p - in);
237 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c137 if (b->next_bio == NULL)
155 ret = BIO_read(b->next_bio, out, outl);
171 if (b->next_bio == NULL)
196 ret = BIO_write(b->next_bio, in, inl);
209 if (b->next_bio == NULL)
214 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
221 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 if (b->next_bio == NULL)
235 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
243 if (bp->next_bio
[all...]
H A Dbf_buff.c150 if ((ctx == NULL) || (b->next_bio == NULL))
179 i = BIO_read(b->next_bio, out, outl);
197 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
220 if ((ctx == NULL) || (b->next_bio == NULL))
244 i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),
268 i = BIO_write(b->next_bio, in, inl);
306 if (b->next_bio == NULL)
308 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
324 if (b->next_bio == NULL)
326 ret = BIO_ctrl(b->next_bio, cm
[all...]
H A Dbio_lib.c94 bio->next_bio = NULL;
417 while (lb->next_bio != NULL)
418 lb = lb->next_bio;
419 lb->next_bio = bio;
434 ret = b->next_bio;
439 b->prev_bio->next_bio = b->next_bio;
440 if (b->next_bio != NULL)
441 b->next_bio->prev_bio = b->prev_bio;
443 b->next_bio
[all...]
H A Dbss_acpt.c231 if (b->next_bio != NULL) {
288 if (b->next_bio == NULL) {
309 while (b->next_bio == NULL) {
315 ret = BIO_read(b->next_bio, out, outl);
328 while (b->next_bio == NULL) {
334 ret = BIO_write(b->next_bio, in, inl);
H A Dbio.h336 struct bio_st *next_bio; /* used by filter BIOs */ member in struct:bio_st
555 * next_bio field in the bio. So when you free the BIO, make sure you are
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_md.c131 if ((ctx == NULL) || (b->next_bio == NULL))
134 ret = BIO_read(b->next_bio, out, outl);
156 if ((ctx != NULL) && (b->next_bio != NULL))
157 ret = BIO_write(b->next_bio, in, inl);
167 if (b->next_bio != NULL) {
191 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
213 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
241 if (b->next_bio == NULL)
245 ret = BIO_callback_ctrl(b->next_bio, cm
[all...]
H A Dbio_enc.c157 if ((ctx == NULL) || (b->next_bio == NULL))
188 i = BIO_read(b->next_bio, &(ctx->buf[BUF_OFFSET]), ENC_BLOCK_SIZE);
192 if (!BIO_should_retry(b->next_bio)) {
252 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
281 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
312 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
318 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
323 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
328 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
354 ret = BIO_ctrl(b->next_bio, cm
[all...]
H A Dbio_b64.c158 if ((ctx == NULL) || (b->next_bio == NULL))
199 i = BIO_read(b->next_bio, &(ctx->tmp[ctx->tmp_len]),
206 if (!BIO_should_retry(b->next_bio)) {
391 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
465 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
495 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
501 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
510 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
516 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
543 ret = BIO_ctrl(b->next_bio, cm
[all...]
H A Dbio_ok.c222 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0))
262 i = BIO_read(b->next_bio, &(ctx->buf[ctx->buf_len]), n);
307 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0))
317 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
380 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
386 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
392 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
413 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
417 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
437 ret = BIO_ctrl(b->next_bio, cm
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c309 if (b->next_bio != NULL)
310 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
351 if (b->next_bio != NULL)
352 BIO_push(bio, b->next_bio);
353 b->next_bio = bio;
385 if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio)) {
386 SSL_set_bio(ssl, b->next_bio, b->next_bio);
387 CRYPTO_add(&b->next_bio
[all...]
H A Dssl_lib.c680 s->wbio = s->wbio->next_bio;
681 s->bbio->next_bio = NULL;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c202 if (!in || (inl < 0) || (b->next_bio == NULL))
243 ret = BIO_write(b->next_bio, ctx->buf + ctx->bufpos, ctx->buflen);
263 ret = BIO_write(b->next_bio, in, wrmax);
302 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, ctx->ex_len);
337 if (!b->next_bio)
339 return BIO_read(b->next_bio, in, inl);
349 if (!b->next_bio)
351 return BIO_gets(b->next_bio, str, size);
356 if (b->next_bio == NULL)
358 return BIO_callback_ctrl(b->next_bio, cm
[all...]
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c561 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
606 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
657 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
692 if (!b->next_bio)
706 ret = BIO_flush(b->next_bio);
743 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
748 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
758 if (!b->next_bio)
760 return BIO_callback_ctrl(b->next_bio, cmd, fp);
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c749 if (b->next_bio == NULL)
752 ret = BIO_read(b->next_bio, out, outl);
767 if (b->next_bio == NULL)
790 ret = BIO_write(b->next_bio, wbuf->buff, inl);
799 if (b->next_bio == NULL)
806 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
815 if (bp->next_bio == NULL)
817 /* return(BIO_gets(bp->next_bio,buf,size));*/
834 if (bp->next_bio == NULL)

Completed in 130 milliseconds