HomeSort by relevance Sort by last modified time
    Searched refs:next_bio (Results 1 - 18 of 18) sorted by null

  /external/openssl/crypto/bio/
bf_null.c 116 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 == NULL) return(0)
    [all...]
bf_lbuf.c 141 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, ">*>", 3)
    [all...]
bf_nbio.c 136 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 == NULL) return(0)
    [all...]
bf_buff.c 139 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,cmd,num,ptr)
    [all...]
bio_lib.c 96 bio->next_bio=NULL;
426 while (lb->next_bio != NULL)
427 lb=lb->next_bio;
428 lb->next_bio=bio;
442 ret=b->next_bio;
447 b->prev_bio->next_bio=b->next_bio;
448 if (b->next_bio != NULL)
449 b->next_bio->prev_bio=b->prev_bio;
451 b->next_bio=NULL
    [all...]
bss_acpt.c 234 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);
bio.h 296 struct bio_st *next_bio; /* used by filter BIOs */ member in struct:bio_st
472 * the next_bio field in the bio. So when you free the BIO, make sure
  /external/openssl/crypto/evp/
bio_md.c 126 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);
160 if(b->next_bio != NULL)
186 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
210 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
227 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
237 if (b->next_bio == NULL) return(0);
241 ret=BIO_callback_ctrl(b->next_bio,cmd,fp)
    [all...]
bio_enc.c 151 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,cmd,num,ptr)
    [all...]
bio_b64.c 153 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
194 i=BIO_read(b->next_bio,&(ctx->tmp[ctx->tmp_len]),
202 if (!BIO_should_retry(b->next_bio))
398 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
473 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
505 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
511 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
520 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
526 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
560 ret=BIO_ctrl(b->next_bio,cmd,num,ptr)
    [all...]
bio_ok.c 221 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,cmd,num,ptr)
    [all...]
  /external/openssl/crypto/asn1/
bio_asn1.c 202 if (!in || (inl < 0) || (b->next_bio == NULL))
247 ret = BIO_write(b->next_bio,
269 ret = BIO_write(b->next_bio, in, wrmax);
309 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
348 if (!b->next_bio)
350 return BIO_read(b->next_bio, in , inl);
360 if (!b->next_bio)
362 return BIO_gets(b->next_bio, str , size);
367 if (b->next_bio == NULL) return(0);
368 return BIO_callback_ctrl(b->next_bio,cmd,fp)
    [all...]
  /external/openssl/crypto/pkcs7/
bio_ber.c 188 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,cmd,num,ptr)
    [all...]
  /external/openssl/ssl/
bio_ssl.c 319 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->references,1,CRYPTO_LOCK_BIO)
    [all...]
ssl_lib.c 601 s->wbio=s->wbio->next_bio;
602 s->bbio->next_bio=NULL;
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
719 if(!b->next_bio) return 0;
733 ret = BIO_flush(b->next_bio);
777 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
782 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
793 if(!b->next_bio)
796 BIO_callback_ctrl(b->next_bio, cmd, fp);
  /external/openssl/apps/
s_server.c 565 if (b->next_bio == NULL) return(0);
567 ret=BIO_read(b->next_bio,out,outl);
581 if (b->next_bio == NULL) return(0);
601 ret=BIO_write(b->next_bio, wbuf->buff, inl);
610 if (b->next_bio == NULL) return(0);
617 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
626 if (bp->next_bio == NULL) return(0);
627 /* return(BIO_gets(bp->next_bio,buf,size));*/
646 if (bp->next_bio == NULL) return(0);
    [all...]
  /external/openssl/include/openssl/
bio.h 296 struct bio_st *next_bio; /* used by filter BIOs */ member in struct:bio_st
472 * the next_bio field in the bio. So when you free the BIO, make sure

Completed in 268 milliseconds