Lines Matching refs:BIO_printf
199 BIO_printf(bio_err, "unknown option %s\n", *argv); in MAIN()
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog); in MAIN()
211 BIO_printf(bio_err, "where options are\n"); in MAIN()
212 BIO_printf(bio_err, " -inform arg input format - " in MAIN()
214 BIO_printf(bio_err, " -outform arg output format - " in MAIN()
216 BIO_printf(bio_err, " -in arg input file\n"); in MAIN()
217 BIO_printf(bio_err, " -passin arg input file pass " in MAIN()
219 BIO_printf(bio_err, " -out arg output file\n"); in MAIN()
220 BIO_printf(bio_err, " -passout arg output file pass " in MAIN()
222 BIO_printf(bio_err, " -engine e use engine e, " in MAIN()
224 BIO_printf(bio_err, " -des encrypt PEM output, " in MAIN()
228 BIO_printf(bio_err, " -text print the key\n"); in MAIN()
229 BIO_printf(bio_err, " -noout don't print key out\n"); in MAIN()
230 BIO_printf(bio_err, " -param_out print the elliptic " in MAIN()
232 BIO_printf(bio_err, " -conv_form arg specifies the " in MAIN()
234 BIO_printf(bio_err, " possible values:" in MAIN()
236 BIO_printf(bio_err, " " in MAIN()
238 BIO_printf(bio_err, " " in MAIN()
240 BIO_printf(bio_err, " -param_enc arg specifies the way" in MAIN()
242 BIO_printf(bio_err, " in the asn1 der " in MAIN()
244 BIO_printf(bio_err, " possible values:" in MAIN()
246 BIO_printf(bio_err," " in MAIN()
259 BIO_printf(bio_err, "Error getting passwords\n"); in MAIN()
282 BIO_printf(bio_err, "read EC key\n"); in MAIN()
301 BIO_printf(bio_err, "bad input format specified for key\n"); in MAIN()
306 BIO_printf(bio_err,"unable to load Key\n"); in MAIN()
352 BIO_printf(bio_err, "writing EC key\n"); in MAIN()
374 BIO_printf(bio_err, "bad output format specified for " in MAIN()
381 BIO_printf(bio_err, "unable to write private key\n"); in MAIN()