Home | History | Annotate | Download | only in apps

Lines Matching full:bio_err

81 	if (bio_err == NULL)
82 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
84 if (!load_config(bio_err, NULL))
130 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
131 BIO_printf(bio_err, "where options are\n");
132 BIO_printf(bio_err, "-in file input file\n");
133 BIO_printf(bio_err, "-out file output file\n");
134 BIO_printf(bio_err, "-text print parameters as text\n");
135 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
137 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
143 setup_engine(bio_err, engine, 0);
150 BIO_printf(bio_err,
162 BIO_printf(bio_err,
181 BIO_printf(bio_err, "Error reading parameters\n");
182 ERR_print_errors(bio_err);