• 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_printf

89 	BIO_printf(bio,"-%-25s",name->name);
92 BIO_printf(bio,"\n");
96 BIO_printf(bio," ");
148 BIO_printf(bio_err,"%s is an unknown cipher\n",pname);
223 BIO_printf(bio_err,"unable to read key from '%s'\n",
239 BIO_printf(bio_err,"zero length password\n");
273 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
275 BIO_printf(bio_err,"options are\n");
276 BIO_printf(bio_err,"%-14s input file\n","-in <file>");
277 BIO_printf(bio_err,"%-14s output file\n","-out <file>");
278 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>");
279 BIO_printf(bio_err,"%-14s encrypt\n","-e");
280 BIO_printf(bio_err,"%-14s decrypt\n","-d");
281 BIO_printf(bio_err,"%-14s base64 encode/decode, depending on encryption flag\n","-a/-base64");
282 BIO_printf(bio_err,"%-14s passphrase is the next argument\n","-k");
283 BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile");
284 BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md");
285 BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n","");
286 BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv");
287 BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]");
288 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
290 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e");
293 BIO_printf(bio_err,"Cipher Types\n");
297 BIO_printf(bio_err,"\n");
311 BIO_printf(bio_err,"%s is an unsupported message digest type\n",md);
338 BIO_printf(bio_err,"invalid 'bufsize' specified.\n");
346 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
353 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
389 BIO_printf(bio_err, "Error getting password\n");
418 BIO_printf(bio_err,"bad password read\n");
483 BIO_printf(bio_err,
496 BIO_printf(bio_err,"error writing output file\n");
503 BIO_printf(bio_err,"error reading input file\n");
506 BIO_printf(bio_err,"bad magic number\n");
527 BIO_printf(bio_err,"invalid hex iv value\n");
535 BIO_printf(bio_err, "iv undefined\n");
540 BIO_printf(bio_err,"invalid hex key value\n");
554 BIO_printf(bio_err, "Error setting cipher %s\n",
565 BIO_printf(bio_err, "Error setting cipher %s\n",
618 BIO_printf(bio_err,"error writing output file\n");
624 BIO_printf(bio_err,"bad decrypt\n");
631 BIO_printf(bio_err,"bytes read :%8ld\n",BIO_number_read(in));
632 BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
655 BIO_printf(bio_err,"hex string is too long\n");
672 BIO_printf(bio_err,"non-hex digit\n");