• 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

137     if (bio_err == NULL)
138 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
139 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
141 if (!load_config(bio_err, NULL))
161 BIO_printf(bio_err, "%s is an unknown cipher\n", pname);
234 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
239 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
249 BIO_printf(bio_err, "zero length password\n");
277 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
279 BIO_printf(bio_err, "options are\n");
280 BIO_printf(bio_err, "%-14s input file\n", "-in <file>");
281 BIO_printf(bio_err, "%-14s output file\n", "-out <file>");
282 BIO_printf(bio_err, "%-14s pass phrase source\n", "-pass <arg>");
283 BIO_printf(bio_err, "%-14s encrypt\n", "-e");
284 BIO_printf(bio_err, "%-14s decrypt\n", "-d");
285 BIO_printf(bio_err,
288 BIO_printf(bio_err, "%-14s passphrase is the next argument\n",
290 BIO_printf(bio_err,
293 BIO_printf(bio_err,
296 BIO_printf(bio_err,
299 BIO_printf(bio_err, "%-14s salt in hex is the next argument\n",
301 BIO_printf(bio_err, "%-14s key/iv in hex is the next argument\n",
303 BIO_printf(bio_err, "%-14s print the iv/key (then exit if -P)\n",
305 BIO_printf(bio_err, "%-14s buffer size\n", "-bufsize <n>");
306 BIO_printf(bio_err, "%-14s disable standard block padding\n",
309 BIO_printf(bio_err,
314 BIO_printf(bio_err, "Cipher Types\n");
316 show_ciphers, bio_err);
317 BIO_printf(bio_err, "\n");
326 setup_engine(bio_err, engine, 0);
330 BIO_printf(bio_err,
336 BIO_printf(bio_err,
342 BIO_printf(bio_err, "%s is an unsupported message digest type\n", md);
364 BIO_printf(bio_err, "invalid 'bufsize' specified.\n");
374 BIO_printf(bio_err, "bufsize=%d\n", bsize);
380 BIO_printf(bio_err, "OPENSSL_malloc failure %ld\n",
388 ERR_print_errors(bio_err);
394 BIO_set_callback_arg(in, (char *)bio_err);
395 BIO_set_callback_arg(out, (char *)bio_err);
412 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
413 BIO_printf(bio_err, "Error getting password\n");
437 BIO_printf(bio_err, "bad password read\n");
482 BIO_set_callback_arg(b64, (char *)bio_err);
509 BIO_printf(bio_err, "invalid hex salt value\n");
523 BIO_printf(bio_err, "error writing output file\n");
530 BIO_printf(bio_err, "error reading input file\n");
533 BIO_printf(bio_err, "bad magic number\n");
554 BIO_printf(bio_err, "warning: iv not use by this cipher\n");
556 BIO_printf(bio_err, "invalid hex iv value\n");
567 BIO_printf(bio_err, "iv undefined\n");
571 BIO_printf(bio_err, "invalid hex key value\n");
589 BIO_printf(bio_err, "Error setting cipher %s\n",
591 ERR_print_errors(bio_err);
599 BIO_printf(bio_err, "Error setting cipher %s\n",
601 ERR_print_errors(bio_err);
607 BIO_set_callback_arg(benc, (char *)bio_err);
645 BIO_printf(bio_err, "error writing output file\n");
650 BIO_printf(bio_err, "bad decrypt\n");
656 BIO_printf(bio_err, "bytes read :%8ld\n", BIO_number_read(in));
657 BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out));
660 ERR_print_errors(bio_err);
690 BIO_printf(bio_err, "hex string is too long\n");
706 BIO_printf(bio_err, "non-hex digit\n");