• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/

Lines Matching refs:bio_err

143 	if (bio_err == NULL)
144 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
145 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
147 if (!load_config(bio_err, NULL))
242 BIO_printf(bio_err,"unknown option %s\n",*argv);
253 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
254 BIO_printf(bio_err, "where options are\n");
255 BIO_printf(bio_err, " -inform arg input format - "
257 BIO_printf(bio_err, " -outform arg output format - "
259 BIO_printf(bio_err, " -in arg input file - "
261 BIO_printf(bio_err, " -out arg output file - "
263 BIO_printf(bio_err, " -noout do not print the "
265 BIO_printf(bio_err, " -text print the ec "
267 BIO_printf(bio_err, " -check validate the ec "
269 BIO_printf(bio_err, " -C print a 'C' "
271 BIO_printf(bio_err, " -name arg use the "
273 BIO_printf(bio_err, " -list_curves prints a list of "
275 BIO_printf(bio_err, " -conv_form arg specifies the "
277 BIO_printf(bio_err, " possible values:"
279 BIO_printf(bio_err, " "
281 BIO_printf(bio_err, " "
283 BIO_printf(bio_err, " -param_enc arg specifies the way"
285 BIO_printf(bio_err, " in the asn1 der "
287 BIO_printf(bio_err, " possible values:"
289 BIO_printf(bio_err, " "
291 BIO_printf(bio_err, " -no_seed if 'explicit'"
294 BIO_printf(bio_err, " -genkey generate ec"
296 BIO_printf(bio_err, " -rand file files to use for"
298 BIO_printf(bio_err, " -engine e use engine e, "
309 ERR_print_errors(bio_err);
343 e = setup_engine(bio_err, engine, 0);
396 BIO_printf(bio_err, "using curve name prime192v1 "
402 BIO_printf(bio_err, "using curve name prime256v1 "
411 BIO_printf(bio_err, "unknown curve name (%s)\n",
419 BIO_printf(bio_err, "unable to create curve (%s)\n",
436 BIO_printf(bio_err, "bad input format specified\n");
442 BIO_printf(bio_err,
444 ERR_print_errors(bio_err);
468 BIO_printf(bio_err, "no elliptic curve parameters\n");
469 BIO_printf(bio_err, "checking elliptic curve parameters: ");
472 BIO_printf(bio_err, "failed\n");
473 ERR_print_errors(bio_err);
476 BIO_printf(bio_err, "ok\n");
622 BIO_printf(bio_err,"bad output format specified for"
628 BIO_printf(bio_err, "unable to write elliptic "
630 ERR_print_errors(bio_err);
637 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
639 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
667 BIO_printf(bio_err, "bad output format specified "
676 app_RAND_write_file(NULL, bio_err);