• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:bio_err

107     if (bio_err == NULL)
108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
109 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
111 if (!load_config(bio_err, NULL))
187 BIO_printf(bio_err, "unknown option %s\n", *argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
198 BIO_printf(bio_err, "where options are\n");
199 BIO_printf(bio_err, " -inform arg input format - "
201 BIO_printf(bio_err, " -outform arg output format - "
203 BIO_printf(bio_err, " -in arg input file\n");
204 BIO_printf(bio_err, " -passin arg input file pass "
206 BIO_printf(bio_err, " -out arg output file\n");
207 BIO_printf(bio_err, " -passout arg output file pass "
209 BIO_printf(bio_err, " -engine e use engine e, "
211 BIO_printf(bio_err, " -des encrypt PEM output, "
215 BIO_printf(bio_err, " -text print the key\n");
216 BIO_printf(bio_err, " -noout don't print key out\n");
217 BIO_printf(bio_err, " -param_out print the elliptic "
219 BIO_printf(bio_err, " -conv_form arg specifies the "
221 BIO_printf(bio_err, " possible values:"
223 BIO_printf(bio_err, " "
225 BIO_printf(bio_err, " " " hybrid\n");
226 BIO_printf(bio_err, " -param_enc arg specifies the way"
228 BIO_printf(bio_err, " in the asn1 der " "encoding\n");
229 BIO_printf(bio_err, " possible values:"
231 BIO_printf(bio_err, " "
239 setup_engine(bio_err, engine, 0);
242 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
243 BIO_printf(bio_err, "Error getting passwords\n");
250 ERR_print_errors(bio_err);
263 BIO_printf(bio_err, "read EC key\n");
275 BIO_printf(bio_err, "bad input format specified for key\n");
279 BIO_printf(bio_err, "unable to load Key\n");
280 ERR_print_errors(bio_err);
310 ERR_print_errors(bio_err);
319 BIO_printf(bio_err, "writing EC key\n");
336 BIO_printf(bio_err, "bad output format specified for " "outfile\n");
341 BIO_printf(bio_err, "unable to write private key\n");
342 ERR_print_errors(bio_err);