Searched refs:bio_err (Results 151 - 175 of 188) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c245 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
287 BIO_printf(bio_err, "-www option too long\n");
306 BIO_printf(bio_err, "time must be > 0\n");
310 BIO_printf(bio_err, "unknown option %s\n", *argv);
361 if (bio_err == NULL)
362 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
387 * BIO_printf(bio_err,"error setting default verify locations\n");
389 ERR_print_errors(bio_err);
611 BIO_printf(bio_err, "DELAY\n");
629 BIO_printf(bio_err, "ERRO
[all...]
H A Ds_socket.c198 BIO_printf(bio_err, "unable to start WINSOCK, error code=%d\n",
225 BIO_printf(bio_err, "unable to start WINSOCK2, error code=%d\n",
417 BIO_printf(bio_err, "accept error %d\n", i);
452 BIO_printf(bio_err, "bad gethostbyaddr\n");
465 BIO_printf(bio_err, "gethostbyname failure\n");
470 BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
488 BIO_printf(bio_err, "no port defined\n");
514 BIO_printf(bio_err, "invalid IP address\n");
529 BIO_printf(bio_err, "gethostbyname failure\n");
534 BIO_printf(bio_err, "gethostbynam
[all...]
H A Dapps.c575 BIO_printf(bio_err, "Out of memory\n");
589 BIO_printf(bio_err, "Out of memory\n");
611 BIO_printf(bio_err, "User interface error\n");
612 ERR_print_errors(bio_err);
617 BIO_printf(bio_err, "aborted!\n");
837 BIO_printf(bio_err, "Error loading %s from %s\n",
839 ERR_print_errors(bio_err);
918 load_cert_crl_http(infile, bio_err, NULL, &x);
924 ERR_print_errors(bio_err);
941 BIO_printf(bio_err, "ba
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrptest.c126 BIO *bio_err; local
127 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
150 CRYPTO_mem_leaks(bio_err);
151 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Dselfsign.c15 BIO *bio_err; local
21 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
40 CRYPTO_mem_leaks(bio_err);
41 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/x509/
H A Dmkcert.c20 BIO *bio_err; local
26 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
44 CRYPTO_mem_leaks(bio_err);
45 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Dselfsign.c15 BIO *bio_err; local
21 bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
40 CRYPTO_mem_leaks(bio_err);
41 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/x509/
H A Dmkcert.c21 BIO *bio_err; local
27 bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
45 CRYPTO_mem_leaks(bio_err);
46 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrptest.c126 BIO *bio_err; local
127 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
150 CRYPTO_mem_leaks(bio_err);
151 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Dselfsign.c15 BIO *bio_err; local
21 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
40 CRYPTO_mem_leaks(bio_err);
41 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/x509/
H A Dmkcert.c20 BIO *bio_err; local
26 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
44 CRYPTO_mem_leaks(bio_err);
45 BIO_free(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c198 BIO_printf(bio_err, "unable to start WINSOCK, error code=%d\n",
225 BIO_printf(bio_err, "unable to start WINSOCK2, error code=%d\n",
417 BIO_printf(bio_err, "accept error %d\n", i);
452 BIO_printf(bio_err, "bad gethostbyaddr\n");
465 BIO_printf(bio_err, "gethostbyname failure\n");
470 BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
488 BIO_printf(bio_err, "no port defined\n");
514 BIO_printf(bio_err, "invalid IP address\n");
529 BIO_printf(bio_err, "gethostbyname failure\n");
534 BIO_printf(bio_err, "gethostbynam
[all...]
H A Dapps.c575 BIO_printf(bio_err, "Out of memory\n");
589 BIO_printf(bio_err, "Out of memory\n");
611 BIO_printf(bio_err, "User interface error\n");
612 ERR_print_errors(bio_err);
617 BIO_printf(bio_err, "aborted!\n");
837 BIO_printf(bio_err, "Error loading %s from %s\n",
839 ERR_print_errors(bio_err);
918 load_cert_crl_http(infile, bio_err, NULL, &x);
924 ERR_print_errors(bio_err);
941 BIO_printf(bio_err, "ba
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c194 BIO_printf(bio_err,"unable to start WINSOCK, error code=%d\n",err);
223 BIO_printf(bio_err,"unable to start WINSOCK2, error code=%d\n",err);
407 BIO_printf(bio_err,"accept error %d\n",i);
441 BIO_printf(bio_err,"bad gethostbyaddr\n");
457 BIO_printf(bio_err,"gethostbyname failure\n");
463 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
481 BIO_printf(bio_err,"no port defined\n");
507 BIO_printf(bio_err,"invalid IP address\n");
524 BIO_printf(bio_err,"gethostbyname failure\n");
530 BIO_printf(bio_err,"gethostbynam
[all...]
H A Dapps.c582 BIO_printf(bio_err, "User interface error\n");
583 ERR_print_errors(bio_err);
589 BIO_printf(bio_err,"aborted!\n");
865 BIO_printf(bio_err,"no engine specified\n");
942 BIO_printf(bio_err,"no engine specified\n");
1476 ERR_print_errors(bio_err);
1491 BIO_printf(bio_err, "Out of memory\n");
1498 BIO_printf(bio_err,"unable to load number from %s\n",
1505 BIO_printf(bio_err,"error converting number from bin to BIGNUM\n");
1535 BIO_printf(bio_err,"fil
[all...]
H A Ds_time.c289 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
327 BIO_printf(bio_err,"-www option too long\n");
347 BIO_printf(bio_err,"unknown option %s\n",*argv);
452 if (bio_err == NULL)
453 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
482 /* BIO_printf(bio_err,"error setting default verify locations\n"); */
483 ERR_print_errors(bio_err);
702 BIO_printf(bio_err,"DELAY\n");
721 BIO_printf(bio_err,"ERROR\n");
723 BIO_printf(bio_err,"verif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpaketest.c115 BIO *bio_err; local
117 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
180 CRYPTO_mem_leaks(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpaketest.c115 BIO *bio_err; local
117 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
180 CRYPTO_mem_leaks(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c302 static BIO *bio_err = NULL; variable
912 /* we cannot use bio_err here */
999 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
1072 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1391 ERR_print_errors(bio_err);
1429 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
1438 BIO_printf(bio_err, "unable to create curve\n");
1469 ERR_print_errors(bio_err);
1474 ERR_print_errors(bio_err);
1479 ERR_print_errors(bio_err);
[all...]
H A Dssl_task.c136 BIO *bio_err = NULL; variable
228 if (bio_err == NULL)
229 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
230 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c302 static BIO *bio_err = NULL; variable
912 /* we cannot use bio_err here */
999 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
1072 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1391 ERR_print_errors(bio_err);
1429 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
1438 BIO_printf(bio_err, "unable to create curve\n");
1469 ERR_print_errors(bio_err);
1474 ERR_print_errors(bio_err);
1479 ERR_print_errors(bio_err);
[all...]
H A Dssl_task.c136 BIO *bio_err = NULL; variable
228 if (bio_err == NULL)
229 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
230 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c210 static BIO *bio_err=NULL; variable
380 /* we cannot use bio_err here */
433 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
719 ERR_print_errors(bio_err);
759 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
769 BIO_printf(bio_err, "unable to create curve\n");
787 ERR_print_errors(bio_err);
792 ERR_print_errors(bio_err);
811 ERR_print_errors(bio_err);
817 BIO_printf(bio_err,"clien
[all...]
H A Dssl_task.c136 BIO *bio_err=NULL; variable
216 if (bio_err == NULL)
217 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
218 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c210 static BIO *bio_err=NULL; variable
380 /* we cannot use bio_err here */
433 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
719 ERR_print_errors(bio_err);
759 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
769 BIO_printf(bio_err, "unable to create curve\n");
787 ERR_print_errors(bio_err);
792 ERR_print_errors(bio_err);
811 ERR_print_errors(bio_err);
817 BIO_printf(bio_err,"clien
[all...]

Completed in 152 milliseconds

12345678