Lines Matching refs:BIO_printf
206 BIO_printf(bio_err,"unknown option %s\n",*argv); in MAIN()
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog); in MAIN()
218 BIO_printf(bio_err,"where options are\n"); in MAIN()
219 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); in MAIN()
220 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); in MAIN()
221 BIO_printf(bio_err," -in arg input file\n"); in MAIN()
222 BIO_printf(bio_err," -out arg output file\n"); in MAIN()
223 BIO_printf(bio_err," -text print as text\n"); in MAIN()
224 BIO_printf(bio_err," -C Output C code\n"); in MAIN()
225 BIO_printf(bio_err," -noout no output\n"); in MAIN()
226 BIO_printf(bio_err," -genkey generate a DSA key\n"); in MAIN()
227 BIO_printf(bio_err," -rand files to use for random number input\n"); in MAIN()
229 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); in MAIN()
232 BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n"); in MAIN()
234 BIO_printf(bio_err," number number of bits to use for generating private key\n"); in MAIN()
285 BIO_printf(bio_err,"%ld semi-random bytes loaded\n", in MAIN()
297 BIO_printf(bio_err,"Error allocating DSA object\n"); in MAIN()
300 BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num); in MAIN()
301 BIO_printf(bio_err,"This could take some time\n"); in MAIN()
308 BIO_printf(bio_err,"(though I'll stop it if not done within %d secs)\n", in MAIN()
312 BIO_printf(bio_err,"Error, couldn't set SIGALRM handler\n"); in MAIN()
323 BIO_printf(bio_err,"DSA key generation time-stopped\n"); in MAIN()
330 BIO_printf(bio_err,"Error, DSA key generation failed\n"); in MAIN()
340 BIO_printf(bio_err,"bad input format specified\n"); in MAIN()
345 BIO_printf(bio_err,"unable to load DSA parameters\n"); in MAIN()
417 BIO_printf(bio_err,"bad output format specified for outfile\n"); in MAIN()
422 BIO_printf(bio_err,"unable to write DSA parameters\n"); in MAIN()
444 BIO_printf(bio_err,"bad output format specified for outfile\n"); in MAIN()