Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

90 	BIO_printf(bio,"-%-25s",name->name);
93 BIO_printf(bio,"\n");
97 BIO_printf(bio," ");
162 BIO_printf(bio_err,"%s is an unknown cipher\n",pname);
241 BIO_printf(bio_err,"unable to read key from '%s'\n",
248 BIO_printf(bio_err,"unable to read key from '%s'\n",
262 BIO_printf(bio_err,"zero length password\n");
296 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
298 BIO_printf(bio_err,"options are\n");
299 BIO_printf(bio_err,"%-14s input file\n","-in <file>");
300 BIO_printf(bio_err,"%-14s output file\n","-out <file>");
301 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>");
302 BIO_printf(bio_err,"%-14s encrypt\n","-e");
303 BIO_printf(bio_err,"%-14s decrypt\n","-d");
304 BIO_printf(bio_err,"%-14s base64 encode/decode, depending on encryption flag\n","-a/-base64");
305 BIO_printf(bio_err,"%-14s passphrase is the next argument\n","-k");
306 BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile");
307 BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md");
308 BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n","");
309 BIO_printf(bio_err,"%-14s salt in hex is the next argument\n","-S");
310 BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv");
311 BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]");
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
313 BIO_printf(bio_err,"%-14s disable standard block padding\n","-nopad");
315 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e");
318 BIO_printf(bio_err,"Cipher Types\n");
322 BIO_printf(bio_err,"\n");
336 BIO_printf(bio_err,"%s is an unsupported message digest type\n",md);
363 BIO_printf(bio_err,"invalid 'bufsize' specified.\n");
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
378 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
414 BIO_printf(bio_err, "Error getting password\n");
443 BIO_printf(bio_err,"bad password read\n");
521 BIO_printf(bio_err,
534 BIO_printf(bio_err,"error writing output file\n");
541 BIO_printf(bio_err,"error reading input file\n");
544 BIO_printf(bio_err,"bad magic number\n");
565 BIO_printf(bio_err,"invalid hex iv value\n");
574 BIO_printf(bio_err, "iv undefined\n");
579 BIO_printf(bio_err,"invalid hex key value\n");
593 BIO_printf(bio_err, "Error setting cipher %s\n",
604 BIO_printf(bio_err, "Error setting cipher %s\n",
657 BIO_printf(bio_err,"error writing output file\n");
663 BIO_printf(bio_err,"bad decrypt\n");
670 BIO_printf(bio_err,"bytes read :%8ld\n",BIO_number_read(in));
671 BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
697 BIO_printf(bio_err,"hex string is too long\n");
714 BIO_printf(bio_err,"non-hex digit\n");