Home | History | Annotate | Download | only in apps

Lines Matching full:bio_err

106 	if (bio_err == NULL)
107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
108 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
110 if (!load_config(bio_err, NULL))
199 BIO_printf(bio_err, "unknown option %s\n", *argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, " -inform arg input format - "
214 BIO_printf(bio_err, " -outform arg output format - "
216 BIO_printf(bio_err, " -in arg input file\n");
217 BIO_printf(bio_err, " -passin arg input file pass "
219 BIO_printf(bio_err, " -out arg output file\n");
220 BIO_printf(bio_err, " -passout arg output file pass "
222 BIO_printf(bio_err, " -engine e use engine e, "
224 BIO_printf(bio_err, " -des encrypt PEM output, "
228 BIO_printf(bio_err, " -text print the key\n");
229 BIO_printf(bio_err, " -noout don't print key out\n");
230 BIO_printf(bio_err, " -param_out print the elliptic "
232 BIO_printf(bio_err, " -conv_form arg specifies the "
234 BIO_printf(bio_err, " possible values:"
236 BIO_printf(bio_err, " "
238 BIO_printf(bio_err, " "
240 BIO_printf(bio_err, " -param_enc arg specifies the way"
242 BIO_printf(bio_err, " in the asn1 der "
244 BIO_printf(bio_err, " possible values:"
246 BIO_printf(bio_err," "
254 setup_engine(bio_err, engine, 0);
257 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
259 BIO_printf(bio_err, "Error getting passwords\n");
267 ERR_print_errors(bio_err);
282 BIO_printf(bio_err, "read EC key\n");
301 BIO_printf(bio_err, "bad input format specified for key\n");
306 BIO_printf(bio_err,"unable to load Key\n");
307 ERR_print_errors(bio_err);
342 ERR_print_errors(bio_err);
352 BIO_printf(bio_err, "writing EC key\n");
374 BIO_printf(bio_err, "bad output format specified for "
381 BIO_printf(bio_err, "unable to write private key\n");
382 ERR_print_errors(bio_err);