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

Lines Matching refs:bio_err

109 	if (bio_err == NULL)
110 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
111 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
113 if (!load_config(bio_err, NULL))
202 BIO_printf(bio_err, "unknown option %s\n", *argv);
213 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
214 BIO_printf(bio_err, "where options are\n");
215 BIO_printf(bio_err, " -inform arg input format - "
217 BIO_printf(bio_err, " -outform arg output format - "
219 BIO_printf(bio_err, " -in arg input file\n");
220 BIO_printf(bio_err, " -passin arg input file pass "
222 BIO_printf(bio_err, " -out arg output file\n");
223 BIO_printf(bio_err, " -passout arg output file pass "
225 BIO_printf(bio_err, " -engine e use engine e, "
227 BIO_printf(bio_err, " -des encrypt PEM output, "
231 BIO_printf(bio_err, " -text print the key\n");
232 BIO_printf(bio_err, " -noout don't print key out\n");
233 BIO_printf(bio_err, " -param_out print the elliptic "
235 BIO_printf(bio_err, " -conv_form arg specifies the "
237 BIO_printf(bio_err, " possible values:"
239 BIO_printf(bio_err, " "
241 BIO_printf(bio_err, " "
243 BIO_printf(bio_err, " -param_enc arg specifies the way"
245 BIO_printf(bio_err, " in the asn1 der "
247 BIO_printf(bio_err, " possilbe values:"
249 BIO_printf(bio_err," "
257 e = setup_engine(bio_err, engine, 0);
260 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
262 BIO_printf(bio_err, "Error getting passwords\n");
270 ERR_print_errors(bio_err);
285 BIO_printf(bio_err, "read EC key\n");
304 BIO_printf(bio_err, "bad input format specified for key\n");
309 BIO_printf(bio_err,"unable to load Key\n");
310 ERR_print_errors(bio_err);
345 ERR_print_errors(bio_err);
355 BIO_printf(bio_err, "writing EC key\n");
377 BIO_printf(bio_err, "bad output format specified for "
384 BIO_printf(bio_err, "unable to write private key\n");
385 ERR_print_errors(bio_err);