Lines Matching refs:bio_err

169     if (bio_err == NULL)
170 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
171 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
173 if (!load_config(bio_err, NULL))
237 BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
238 BIO_printf(bio_err, "where options are\n");
239 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
240 BIO_printf(bio_err,
242 BIO_printf(bio_err, " -in arg input file\n");
243 BIO_printf(bio_err, " -out arg output file\n");
245 BIO_printf(bio_err,
248 BIO_printf(bio_err, " -check check the DH parameters\n");
249 BIO_printf(bio_err,
251 BIO_printf(bio_err, " -C Output C code\n");
252 BIO_printf(bio_err,
254 BIO_printf(bio_err,
256 BIO_printf(bio_err,
259 BIO_printf(bio_err,
262 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
264 BIO_printf(bio_err,
266 BIO_printf(bio_err, " the random number generator\n");
267 BIO_printf(bio_err, " -noout no output\n");
274 setup_engine(bio_err, engine, 0);
283 BIO_printf(bio_err,
298 BN_GENCB_set(&cb, dh_cb, bio_err);
299 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
300 BIO_printf(bio_err,
304 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
311 BIO_printf(bio_err,
318 ERR_print_errors(bio_err);
325 ERR_print_errors(bio_err);
332 BIO_printf(bio_err,
335 BIO_printf(bio_err, "This is going to take a long time\n");
337 ERR_print_errors(bio_err);
342 app_RAND_write_file(NULL, bio_err);
347 ERR_print_errors(bio_err);
360 BIO_printf(bio_err, "bad input format specified\n");
373 BIO_printf(bio_err, "unable to load DSA parameters\n");
374 ERR_print_errors(bio_err);
381 ERR_print_errors(bio_err);
393 BIO_printf(bio_err, "unable to load DH parameters\n");
394 ERR_print_errors(bio_err);
404 ERR_print_errors(bio_err);
428 ERR_print_errors(bio_err);
495 BIO_printf(bio_err, "bad output format specified for outfile\n");
499 BIO_printf(bio_err, "unable to write DH parameters\n");
500 ERR_print_errors(bio_err);