Searched refs:bio_err (Results 126 - 150 of 188) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dopenssl.c155 BIO *bio_err = NULL; variable
205 /* we cannot use bio_err here */
287 if (bio_err == NULL)
288 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
289 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
340 BIO_printf(bio_err, "WARNING: can't open config file: %s\n", p);
345 ERR_print_errors(bio_err);
414 BIO_printf(bio_err, "error in %s\n", argv[0]);
415 (void)BIO_flush(bio_err);
417 BIO_printf(bio_err, "ba
[all...]
H A Dversion.c147 if (bio_err == NULL)
148 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
149 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
169 BIO_printf(bio_err, "usage:version -[avbofpd]\n");
H A Dspeed.c334 BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
673 if (bio_err == NULL)
674 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
675 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
677 if (!load_config(bio_err, NULL))
687 BIO_printf(bio_err, "out of memory\n");
691 BIO_printf(bio_err, "out of memory\n");
726 BIO_printf(bio_err, "no EVP given\n");
734 BIO_printf(bio_err, "%s is an unknown cipher or digest\n",
749 BIO_printf(bio_err, "n
[all...]
H A Derrstr.c81 if (bio_err == NULL)
82 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
83 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Ds_cb.c145 BIO_printf(bio_err, "depth=%d ", depth);
147 X509_NAME_print_ex(bio_err,
150 BIO_puts(bio_err, "\n");
152 BIO_puts(bio_err, "<no cert>\n");
155 BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
168 BIO_puts(bio_err, "issuer= ");
169 X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
171 BIO_puts(bio_err, "\n");
175 BIO_printf(bio_err, "notBefore=");
176 ASN1_TIME_print(bio_err, X509_get_notBefor
[all...]
H A Dpasswd.c78 if (bio_err == NULL)
79 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
158 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
159 BIO_printf(bio_err, "where options are\n");
161 BIO_printf(bio_err,
165 BIO_printf(bio_err,
167 BIO_printf(bio_err,
170 BIO_printf(bio_err, "
[all...]
H A Dts.c164 if (bio_err == NULL && (bio_err = BIO_new(BIO_s_file())) != NULL) {
166 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
169 if (!load_config(bio_err, NULL))
271 if (!app_RAND_load_file(NULL, bio_err, 1) && rnd == NULL)
272 BIO_printf(bio_err, "warning, not much extra random "
275 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
281 !app_passwd(bio_err, passin, NULL, &password, NULL)) {
282 BIO_printf(bio_err, "Error getting password.\n");
337 BIO_printf(bio_err, "usag
[all...]
H A Dciphers.c106 if (bio_err == NULL)
107 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
115 if (!load_config(bio_err, NULL))
153 BIO_printf(bio_err, "%s", *pp);
164 BIO_printf(bio_err, "Error in cipher list\n");
228 ERR_print_errors(bio_err);
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dopenssl.c155 BIO *bio_err = NULL; variable
205 /* we cannot use bio_err here */
287 if (bio_err == NULL)
288 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
289 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
340 BIO_printf(bio_err, "WARNING: can't open config file: %s\n", p);
345 ERR_print_errors(bio_err);
414 BIO_printf(bio_err, "error in %s\n", argv[0]);
415 (void)BIO_flush(bio_err);
417 BIO_printf(bio_err, "ba
[all...]
H A Dversion.c147 if (bio_err == NULL)
148 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
149 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
169 BIO_printf(bio_err, "usage:version -[avbofpd]\n");
H A Dspeed.c334 BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
673 if (bio_err == NULL)
674 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
675 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
677 if (!load_config(bio_err, NULL))
687 BIO_printf(bio_err, "out of memory\n");
691 BIO_printf(bio_err, "out of memory\n");
726 BIO_printf(bio_err, "no EVP given\n");
734 BIO_printf(bio_err, "%s is an unknown cipher or digest\n",
749 BIO_printf(bio_err, "n
[all...]
H A Derrstr.c81 if (bio_err == NULL)
82 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
83 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Ds_cb.c145 BIO_printf(bio_err, "depth=%d ", depth);
147 X509_NAME_print_ex(bio_err,
150 BIO_puts(bio_err, "\n");
152 BIO_puts(bio_err, "<no cert>\n");
155 BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
168 BIO_puts(bio_err, "issuer= ");
169 X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
171 BIO_puts(bio_err, "\n");
175 BIO_printf(bio_err, "notBefore=");
176 ASN1_TIME_print(bio_err, X509_get_notBefor
[all...]
H A Dpasswd.c78 if (bio_err == NULL)
79 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
158 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
159 BIO_printf(bio_err, "where options are\n");
161 BIO_printf(bio_err,
165 BIO_printf(bio_err,
167 BIO_printf(bio_err,
170 BIO_printf(bio_err, "
[all...]
H A Dts.c164 if (bio_err == NULL && (bio_err = BIO_new(BIO_s_file())) != NULL) {
166 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
169 if (!load_config(bio_err, NULL))
271 if (!app_RAND_load_file(NULL, bio_err, 1) && rnd == NULL)
272 BIO_printf(bio_err, "warning, not much extra random "
275 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
281 !app_passwd(bio_err, passin, NULL, &password, NULL)) {
282 BIO_printf(bio_err, "Error getting password.\n");
337 BIO_printf(bio_err, "usag
[all...]
H A Dciphers.c106 if (bio_err == NULL)
107 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
115 if (!load_config(bio_err, NULL))
153 BIO_printf(bio_err, "%s", *pp);
164 BIO_printf(bio_err, "Error in cipher list\n");
228 ERR_print_errors(bio_err);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dversion.c147 if (bio_err == NULL)
148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
149 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
170 BIO_printf(bio_err,"usage:version -[avbofp]\n");
H A Derrstr.c81 if (bio_err == NULL)
82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
H A Dspeed.c766 if (bio_err == NULL)
767 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
768 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
770 if (!load_config(bio_err, NULL))
781 BIO_printf(bio_err,"out of memory\n");
789 BIO_printf(bio_err,"out of memory\n");
830 BIO_printf(bio_err,"no EVP given\n");
840 BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
858 BIO_printf(bio_err,"no engine given\n");
861 e = setup_engine(bio_err, *arg
[all...]
H A Dciphers.c108 if (bio_err == NULL)
109 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
153 BIO_printf(bio_err,"%s",*pp);
163 BIO_printf(bio_err, "Error in cipher list\n");
199 ERR_print_errors(bio_err);
H A Dpasswd.c78 if (bio_err == NULL)
79 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
172 BIO_printf(bio_err, "where options are\n");
174 BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
177 BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
178 BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
180 BIO_printf(bio_err, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/x509/
H A Dmkreq.c22 BIO *bio_err; variable
28 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
45 CRYPTO_mem_leaks(bio_err); variable
46 BIO_free(bio_err); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/x509/
H A Dmkreq.c20 BIO *bio_err; variable
26 bio_err=BIO_new_fp(stderr, BIO_NOCLOSE);
43 CRYPTO_mem_leaks(bio_err); variable
44 BIO_free(bio_err); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/x509/
H A Dmkreq.c22 BIO *bio_err; variable
28 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
45 CRYPTO_mem_leaks(bio_err); variable
46 BIO_free(bio_err); variable

Completed in 128 milliseconds

12345678