• 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

94     if (bio_err == NULL)
95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
97 if (!load_config(bio_err, NULL))
112 BIO_printf(bio_err, "Unknown cipher %s\n", *args);
122 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
132 BIO_printf(bio_err, "Unknown PRF algorithm %s\n", *args);
196 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
197 BIO_printf(bio_err, "where options are\n");
198 BIO_printf(bio_err, "-in file input file\n");
199 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
200 BIO_printf(bio_err,
202 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
203 BIO_printf(bio_err, "-out file output file\n");
204 BIO_printf(bio_err,
206 BIO_printf(bio_err, "-topk8 output PKCS8 file\n");
207 BIO_printf(bio_err,
209 BIO_printf(bio_err,
211 BIO_printf(bio_err,
213 BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
214 BIO_printf(bio_err,
216 BIO_printf(bio_err,
218 BIO_printf(bio_err,
221 BIO_printf(bio_err,
227 e = setup_engine(bio_err, engine, 0);
230 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
231 BIO_printf(bio_err, "Error getting passwords\n");
240 BIO_printf(bio_err, "Can't open input file %s\n", infile);
248 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
261 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
265 BIO_printf(bio_err, "Error converting key\n");
266 ERR_print_errors(bio_err);
275 BIO_printf(bio_err, "Bad format specified for key\n");
287 app_RAND_load_file(NULL, bio_err, 0);
291 BIO_printf(bio_err, "Error encrypting key\n");
292 ERR_print_errors(bio_err);
295 app_RAND_write_file(NULL, bio_err);
301 BIO_printf(bio_err, "Bad format specified for key\n");
316 BIO_printf(bio_err, "Bad format specified for key\n");
325 BIO_printf(bio_err, "Bad format specified for key\n");
330 BIO_printf(bio_err, "Error reading key\n");
331 ERR_print_errors(bio_err);
344 BIO_printf(bio_err, "Error decrypting key\n");
345 ERR_print_errors(bio_err);
350 BIO_printf(bio_err, "Error converting key\n");
351 ERR_print_errors(bio_err);
356 BIO_printf(bio_err, "Warning: broken key encoding: ");
359 BIO_printf(bio_err, "No Octet String in PrivateKey\n");
363 BIO_printf(bio_err, "DSA parameters included in PrivateKey\n");
367 BIO_printf(bio_err, "DSA public key include in PrivateKey\n");
371 BIO_printf(bio_err, "DSA private key value is negative\n");
375 BIO_printf(bio_err, "Unknown broken type\n");
385 BIO_printf(bio_err, "Bad format specified for key\n");