Searched refs:next_bio (Results 51 - 75 of 109) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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-6.x.4708/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-rt-6.x.4708/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-6.x.4708/router/openssl-1.0.0q/crypto/evp/
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...]
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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-6.x.4708/router/openssl/crypto/evp/
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...]
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/comp/
H A Dc_zlib.c583 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);

Completed in 216 milliseconds

12345