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

Lines Matching refs:BIO_printf

92     BIO_printf(bio, "-%-25s", name->name);
94 BIO_printf(bio, "\n");
97 BIO_printf(bio, " ");
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");
317 BIO_printf(bio_err, "\n");
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",
413 BIO_printf(bio_err, "Error getting password\n");
437 BIO_printf(bio_err, "bad password read\n");
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",
599 BIO_printf(bio_err, "Error setting cipher %s\n",
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));
690 BIO_printf(bio_err, "hex string is too long\n");
706 BIO_printf(bio_err, "non-hex digit\n");