Lines Matching refs:BIO_printf
90 BIO_printf(bio,"-%-25s",name->name); in show_ciphers()
93 BIO_printf(bio,"\n"); in show_ciphers()
97 BIO_printf(bio," "); in show_ciphers()
160 BIO_printf(bio_err,"%s is an unknown cipher\n",pname); in MAIN()
239 BIO_printf(bio_err,"unable to read key from '%s'\n", in MAIN()
246 BIO_printf(bio_err,"unable to read key from '%s'\n", in MAIN()
260 BIO_printf(bio_err,"zero length password\n"); in MAIN()
296 BIO_printf(bio_err,"unknown option '%s'\n",*argv); in MAIN()
298 BIO_printf(bio_err,"options are\n"); in MAIN()
299 BIO_printf(bio_err,"%-14s input file\n","-in <file>"); in MAIN()
300 BIO_printf(bio_err,"%-14s output file\n","-out <file>"); in MAIN()
301 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>"); in MAIN()
302 BIO_printf(bio_err,"%-14s encrypt\n","-e"); in MAIN()
303 BIO_printf(bio_err,"%-14s decrypt\n","-d"); in MAIN()
304 BIO_printf(bio_err,"%-14s base64 encode/decode, depending on encryption flag\n","-a/-base64"); in MAIN()
305 BIO_printf(bio_err,"%-14s passphrase is the next argument\n","-k"); in MAIN()
306 BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile"); in MAIN()
307 BIO_printf(bio_err,"%-14s the next argument is the md to use to create a key\n","-md"); in MAIN()
308 BIO_printf(bio_err,"%-14s from a passphrase. One of md2, md5, sha or sha1\n",""); in MAIN()
309 BIO_printf(bio_err,"%-14s salt in hex is the next argument\n","-S"); in MAIN()
310 BIO_printf(bio_err,"%-14s key/iv in hex is the next argument\n","-K/-iv"); in MAIN()
311 BIO_printf(bio_err,"%-14s print the iv/key (then exit if -P)\n","-[pP]"); in MAIN()
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>"); in MAIN()
313 BIO_printf(bio_err,"%-14s disable standard block padding\n","-nopad"); in MAIN()
315 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e"); in MAIN()
318 BIO_printf(bio_err,"Cipher Types\n"); in MAIN()
322 BIO_printf(bio_err,"\n"); in MAIN()
336 BIO_printf(bio_err,"%s is an unsupported message digest type\n",md); in MAIN()
363 BIO_printf(bio_err,"invalid 'bufsize' specified.\n"); in MAIN()
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize); in MAIN()
378 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize)); in MAIN()
416 BIO_printf(bio_err, "Error getting password\n"); in MAIN()
445 BIO_printf(bio_err,"bad password read\n"); in MAIN()
525 BIO_printf(bio_err, in MAIN()
538 BIO_printf(bio_err,"error writing output file\n"); in MAIN()
545 BIO_printf(bio_err,"error reading input file\n"); in MAIN()
548 BIO_printf(bio_err,"bad magic number\n"); in MAIN()
569 BIO_printf(bio_err,"invalid hex iv value\n"); in MAIN()
578 BIO_printf(bio_err, "iv undefined\n"); in MAIN()
583 BIO_printf(bio_err,"invalid hex key value\n"); in MAIN()
602 BIO_printf(bio_err, "Error setting cipher %s\n", in MAIN()
613 BIO_printf(bio_err, "Error setting cipher %s\n", in MAIN()
666 BIO_printf(bio_err,"error writing output file\n"); in MAIN()
672 BIO_printf(bio_err,"bad decrypt\n"); in MAIN()
679 BIO_printf(bio_err,"bytes read :%8ld\n",BIO_number_read(in)); in MAIN()
680 BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out)); in MAIN()
706 BIO_printf(bio_err,"hex string is too long\n"); in set_hex()
723 BIO_printf(bio_err,"non-hex digit\n"); in set_hex()