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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_null.c116 if (b->next_bio == NULL) return(0);
117 ret=BIO_read(b->next_bio,out,outl);
128 if (b->next_bio == NULL) return(0);
129 ret=BIO_write(b->next_bio,in,inl);
139 if (b->next_bio == NULL) return(0);
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
160 if (b->next_bio == NULL) return(0);
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
172 if (bp->next_bio
[all...]
H A Dbf_lbuf.c141 if (b->next_bio == NULL) return(0);
142 ret=BIO_read(b->next_bio,out,outl);
155 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
204 BIO_write(b->next_bio, "<*<", 3);
206 i=BIO_write(b->next_bio,
214 BIO_write(b->next_bio, ">*>", 3);
220 BIO_write(b->next_bio, ">*>", 3);
233 BIO_write(b->next_bio, "<*<", 3);
235 i=BIO_write(b->next_bio,in,p - in);
240 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c136 if (b->next_bio == NULL) return(0);
154 ret=BIO_read(b->next_bio,out,outl);
169 if (b->next_bio == NULL) return(0);
196 ret=BIO_write(b->next_bio,in,inl);
210 if (b->next_bio == NULL) return(0);
215 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
222 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
232 if (b->next_bio == NULL) return(0);
236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
244 if (bp->next_bio
[all...]
H A Dbf_buff.c139 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
167 i=BIO_read(b->next_bio,out,outl);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
204 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
231 i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]),
252 i=BIO_write(b->next_bio,in,inl);
288 if (b->next_bio == NULL) return(0);
289 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
306 if (b->next_bio == NULL) return(0);
307 ret=BIO_ctrl(b->next_bio,cm
[all...]
H A Dbio_lib.c96 bio->next_bio=NULL;
380 while (lb->next_bio != NULL)
381 lb=lb->next_bio;
382 lb->next_bio=bio;
396 ret=b->next_bio;
401 b->prev_bio->next_bio=b->next_bio;
402 if (b->next_bio != NULL)
403 b->next_bio->prev_bio=b->prev_bio;
405 b->next_bio
[all...]
H A Dbss_acpt.c234 if (b->next_bio != NULL)
289 if (b->next_bio == NULL)
311 while (b->next_bio == NULL)
317 ret=BIO_read(b->next_bio,out,outl);
330 while (b->next_bio == NULL)
336 ret=BIO_write(b->next_bio,in,inl);
H A Dbio.h303 struct bio_st *next_bio; /* used by filter BIOs */ member in struct:bio_st
468 * the next_bio field in the bio. So when you free the BIO, make sure
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_md.c126 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
128 ret=BIO_read(b->next_bio,out,outl);
150 if ((ctx != NULL) && (b->next_bio != NULL))
151 ret=BIO_write(b->next_bio,in,inl);
183 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
205 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
222 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
232 if (b->next_bio == NULL) return(0);
236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_enc.c151 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
179 i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);
184 if (!BIO_should_retry(b->next_bio))
243 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
270 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
303 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
309 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
314 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
319 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
346 ret=BIO_ctrl(b->next_bio,cm
[all...]
H A Dbio_b64.c152 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
191 i=BIO_read(b->next_bio,&(ctx->tmp[ctx->tmp_len]),
199 if (!BIO_should_retry(b->next_bio))
385 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
451 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
480 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
486 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
494 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
499 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
533 ret=BIO_ctrl(b->next_bio,cm
[all...]
H A Dbio_ok.c221 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
262 i=BIO_read(b->next_bio,&(ctx->buf[ctx->buf_len]),n);
294 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
303 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
365 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
371 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
377 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
399 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
403 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
424 ret=BIO_ctrl(b->next_bio,cm
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dbio_ber.c188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i);
236 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
248 i=BIO_read(b->next_bio,out,n);
285 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
312 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
344 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
350 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
355 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
360 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
390 ret=BIO_ctrl(b->next_bio,cm
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c319 if (b->next_bio != NULL)
320 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
358 if (b->next_bio != NULL)
359 BIO_push(bio,b->next_bio);
360 b->next_bio=bio;
394 if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio))
396 SSL_set_bio(ssl,b->next_bio,b->next_bio);
397 CRYPTO_add(&b->next_bio
[all...]
H A Dssl_lib.c517 s->wbio=s->wbio->next_bio;
518 s->bbio->next_bio=NULL;
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_server.c443 if (b->next_bio == NULL) return(0);
445 ret=BIO_read(b->next_bio,out,outl);
459 if (b->next_bio == NULL) return(0);
479 ret=BIO_write(b->next_bio, wbuf->buff, inl);
488 if (b->next_bio == NULL) return(0);
495 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
504 if (bp->next_bio == NULL) return(0);
505 /* return(BIO_gets(bp->next_bio,buf,size));*/
524 if (bp->next_bio == NULL) return(0);

Completed in 133 milliseconds