• 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

209 			BIO_printf(bio_err,"unknown option %s\n",*argv);
220 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
221 BIO_printf(bio_err,"where options are\n");
222 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
223 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
224 BIO_printf(bio_err," -in arg input file\n");
225 BIO_printf(bio_err," -out arg output file\n");
226 BIO_printf(bio_err," -text print as text\n");
227 BIO_printf(bio_err," -C Output C code\n");
228 BIO_printf(bio_err," -noout no output\n");
229 BIO_printf(bio_err," -genkey generate a DSA key\n");
230 BIO_printf(bio_err," -rand files to use for random number input\n");
232 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
235 BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n");
237 BIO_printf(bio_err," number number of bits to use for generating private key\n");
288 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
300 BIO_printf(bio_err,"Error allocating DSA object\n");
303 BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num);
304 BIO_printf(bio_err,"This could take some time\n");
311 BIO_printf(bio_err,"(though I'll stop it if not done within %d secs)\n",
315 BIO_printf(bio_err,"Error, couldn't set SIGALRM handler\n");
326 BIO_printf(bio_err,"DSA key generation time-stopped\n");
332 BIO_printf(bio_err,"Error, DSA key generation failed\n");
342 BIO_printf(bio_err,"bad input format specified\n");
347 BIO_printf(bio_err,"unable to load DSA parameters\n");
421 BIO_printf(bio_err,"bad output format specified for outfile\n");
426 BIO_printf(bio_err,"unable to write DSA parameters\n");
443 BIO_printf(bio_err,"bad output format specified for outfile\n");