Home | History | Annotate | Download | only in apps

Lines Matching full:bio_err

102 	if (bio_err == NULL)
103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
104 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
106 if (!load_config(bio_err, NULL))
159 BIO_printf(bio_err,"unknown option %s\n",*argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
171 BIO_printf(bio_err,"where options are\n");
172 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
173 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
174 BIO_printf(bio_err," -in arg input file\n");
175 BIO_printf(bio_err," -out arg output file\n");
176 BIO_printf(bio_err," -check check the DH parameters\n");
177 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
178 BIO_printf(bio_err," -C Output C code\n");
179 BIO_printf(bio_err," -noout no output\n");
181 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
189 setup_engine(bio_err, engine, 0);
196 ERR_print_errors(bio_err);
235 BIO_printf(bio_err,"bad input format specified\n");
240 BIO_printf(bio_err,"unable to load DH parameters\n");
241 ERR_print_errors(bio_err);
265 ERR_print_errors(bio_err);
331 BIO_printf(bio_err,"bad output format specified for outfile\n");
336 BIO_printf(bio_err,"unable to write DH parameters\n");
337 ERR_print_errors(bio_err);