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

Lines Matching refs:bio_err

141     if (bio_err == NULL)
142 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
143 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
145 if (!load_config(bio_err, NULL))
224 BIO_printf(bio_err, "unknown option %s\n", *argv);
234 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
235 BIO_printf(bio_err, "where options are\n");
236 BIO_printf(bio_err, " -inform arg input format - "
238 BIO_printf(bio_err, " -outform arg output format - "
240 BIO_printf(bio_err, " -in arg input file - "
242 BIO_printf(bio_err, " -out arg output file - "
244 BIO_printf(bio_err, " -noout do not print the "
246 BIO_printf(bio_err, " -text print the ec "
248 BIO_printf(bio_err, " -check validate the ec "
250 BIO_printf(bio_err, " -C print a 'C' "
252 BIO_printf(bio_err, " -name arg use the "
254 BIO_printf(bio_err, " -list_curves prints a list of "
256 BIO_printf(bio_err, " -conv_form arg specifies the "
258 BIO_printf(bio_err, " possible values:"
260 BIO_printf(bio_err, " "
262 BIO_printf(bio_err, " "
264 BIO_printf(bio_err, " -param_enc arg specifies the way"
266 BIO_printf(bio_err, " in the asn1 der "
268 BIO_printf(bio_err, " possible values:"
270 BIO_printf(bio_err, " "
272 BIO_printf(bio_err, " -no_seed if 'explicit'"
274 BIO_printf(bio_err, " -genkey generate ec" " key\n");
275 BIO_printf(bio_err, " -rand file files to use for"
277 BIO_printf(bio_err, " -engine e use engine e, "
287 ERR_print_errors(bio_err);
315 setup_engine(bio_err, engine, 0);
363 BIO_printf(bio_err, "using curve name prime192v1 "
367 BIO_printf(bio_err, "using curve name prime256v1 "
377 BIO_printf(bio_err, "unknown curve name (%s)\n", curve_name);
383 BIO_printf(bio_err, "unable to create curve (%s)\n", curve_name);
393 BIO_printf(bio_err, "bad input format specified\n");
398 BIO_printf(bio_err, "unable to load elliptic curve parameters\n");
399 ERR_print_errors(bio_err);
419 BIO_printf(bio_err, "checking elliptic curve parameters: ");
421 BIO_printf(bio_err, "failed\n");
422 ERR_print_errors(bio_err);
425 BIO_printf(bio_err, "ok\n");
556 BIO_printf(bio_err, "bad output format specified for"
561 BIO_printf(bio_err, "unable to write elliptic "
563 ERR_print_errors(bio_err);
569 app_RAND_load_file(NULL, bio_err, (inrand != NULL));
571 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
596 BIO_printf(bio_err, "bad output format specified "
605 app_RAND_write_file(NULL, bio_err);