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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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;
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
[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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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);
206 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
223 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
233 if (b->next_bio == NULL) return(0);
237 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.c230 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
271 i=BIO_read(b->next_bio,&(ctx->buf[ctx->buf_len]),n);
301 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
310 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
372 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
378 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
384 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
406 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
410 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
431 ret=BIO_ctrl(b->next_bio,cm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
211 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
228 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
238 if (b->next_bio == NULL) return(0);
242 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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dswap.c112 struct bio *next_bio; local
124 next_bio = bio->bi_private;
131 bio = next_bio;

Completed in 94 milliseconds

12