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

Lines Matching refs:bio_err

123     if (bio_err == NULL)
124 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
125 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
127 if (!load_config(bio_err, NULL))
196 BIO_printf(bio_err, "unknown option %s\n", *argv);
206 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
207 BIO_printf(bio_err, "where options are\n");
208 BIO_printf(bio_err,
210 BIO_printf(bio_err,
212 BIO_printf(bio_err, " -in arg input file\n");
213 BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n");
214 BIO_printf(bio_err,
216 BIO_printf(bio_err, " -out arg output file\n");
217 BIO_printf(bio_err,
219 BIO_printf(bio_err,
221 BIO_printf(bio_err,
224 BIO_printf(bio_err,
228 BIO_printf(bio_err,
232 BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
233 BIO_printf(bio_err,
237 BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
238 BIO_printf(bio_err,
241 BIO_printf(bio_err, " -text print the key in text\n");
242 BIO_printf(bio_err, " -noout don't print key out\n");
243 BIO_printf(bio_err, " -modulus print the RSA key modulus\n");
244 BIO_printf(bio_err, " -check verify key consistency\n");
245 BIO_printf(bio_err,
247 BIO_printf(bio_err, " -pubout output a public key\n");
249 BIO_printf(bio_err,
258 e = setup_engine(bio_err, engine, 0);
261 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
262 BIO_printf(bio_err, "Error getting passwords\n");
267 BIO_printf(bio_err, "Only private keys can be checked\n");
288 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
291 pkey = load_key(bio_err, infile,
302 ERR_print_errors(bio_err);
324 ERR_print_errors(bio_err);
354 ERR_print_errors(bio_err);
363 BIO_printf(bio_err, "writing RSA key\n");
381 BIO_printf(bio_err, "Memory allocation failure\n");
413 BIO_printf(bio_err, "bad output format specified for outfile\n");
417 BIO_printf(bio_err, "unable to write key\n");
418 ERR_print_errors(bio_err);