Searched refs:next_bio (Results 26 - 50 of 109) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
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.c153 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))
399 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
474 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
506 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
512 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
521 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
527 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
561 ret=BIO_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
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)) {
247 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
272 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);
345 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)) {
383 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
457 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
487 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
493 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
502 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
508 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
535 ret = BIO_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
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.c153 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))
399 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
474 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
506 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
512 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
521 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
527 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
561 ret=BIO_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
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)) {
247 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
272 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);
345 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)) {
383 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
457 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
487 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
493 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
502 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
508 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
535 ret = BIO_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
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)) {
247 i = BIO_write(b->next_bio, &(ctx->buf[ctx->buf_off]), n);
272 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);
345 ret = BIO_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/power/
H A Dblock_io.c80 struct bio *next_bio; local
92 next_bio = bio->bi_private;
99 bio = next_bio;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/power/
H A Dblock_io.c80 struct bio *next_bio; local
92 next_bio = bio->bi_private;
99 bio = next_bio;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dbio_ssl.c319 if (b->next_bio != NULL)
320 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
362 if (b->next_bio != NULL)
363 BIO_push(bio,b->next_bio);
364 b->next_bio=bio;
398 if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio))
400 SSL_set_bio(ssl,b->next_bio,b->next_bio);
401 CRYPTO_add(&b->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dbio_asn1.c205 if (!in || (inl < 0) || (b->next_bio == NULL))
250 ret = BIO_write(b->next_bio,
272 ret = BIO_write(b->next_bio, in, wrmax);
312 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
351 if (!b->next_bio)
353 return BIO_read(b->next_bio, in , inl);
363 if (!b->next_bio)
365 return BIO_gets(b->next_bio, str , size);
370 if (b->next_bio == NULL) return(0);
371 return BIO_callback_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dbio_ssl.c319 if (b->next_bio != NULL)
320 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
362 if (b->next_bio != NULL)
363 BIO_push(bio,b->next_bio);
364 b->next_bio=bio;
398 if ((b->next_bio != NULL) && (b->next_bio != ssl->rbio))
400 SSL_set_bio(ssl,b->next_bio,b->next_bio);
401 CRYPTO_add(&b->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dbio_asn1.c200 if (!in || (inl < 0) || (b->next_bio == NULL))
241 ret = BIO_write(b->next_bio, ctx->buf + ctx->bufpos, ctx->buflen);
261 ret = BIO_write(b->next_bio, in, wrmax);
300 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, ctx->ex_len);
335 if (!b->next_bio)
337 return BIO_read(b->next_bio, in, inl);
347 if (!b->next_bio)
349 return BIO_gets(b->next_bio, str, size);
354 if (b->next_bio == NULL)
356 return BIO_callback_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dbio_asn1.c205 if (!in || (inl < 0) || (b->next_bio == NULL))
250 ret = BIO_write(b->next_bio,
272 ret = BIO_write(b->next_bio, in, wrmax);
312 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
351 if (!b->next_bio)
353 return BIO_read(b->next_bio, in , inl);
363 if (!b->next_bio)
365 return BIO_gets(b->next_bio, str , size);
370 if (b->next_bio == NULL) return(0);
371 return BIO_callback_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dbio_asn1.c200 if (!in || (inl < 0) || (b->next_bio == NULL))
241 ret = BIO_write(b->next_bio, ctx->buf + ctx->bufpos, ctx->buflen);
261 ret = BIO_write(b->next_bio, in, wrmax);
300 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, ctx->ex_len);
335 if (!b->next_bio)
337 return BIO_read(b->next_bio, in, inl);
347 if (!b->next_bio)
349 return BIO_gets(b->next_bio, str, size);
354 if (b->next_bio == NULL)
356 return BIO_callback_ctrl(b->next_bio, cm
[all...]

Completed in 305 milliseconds

12345