• 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

108     if (bio_err == NULL)
109 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
110 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
112 if (!load_config(bio_err, NULL))
119 BIO_printf(bio_err, "Memory allocation failure\n");
174 BIO_printf(bio_err, "unknown option %s\n", *argv);
184 BIO_printf(bio_err, "%s [options] <infile\n", prog);
185 BIO_printf(bio_err, "where options are\n");
186 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
187 BIO_printf(bio_err, " -in arg input file\n");
188 BIO_printf(bio_err,
190 BIO_printf(bio_err, " -noout arg don't produce any output\n");
191 BIO_printf(bio_err, " -offset arg offset into file\n");
192 BIO_printf(bio_err, " -length arg length of section in file\n");
193 BIO_printf(bio_err, " -i indent entries\n");
194 BIO_printf(bio_err, " -dump dump unknown data in hex form\n");
195 BIO_printf(bio_err,
197 BIO_printf(bio_err, " -oid file file of extra oid definitions\n");
198 BIO_printf(bio_err, " -strparse offset\n");
199 BIO_printf(bio_err,
201 BIO_printf(bio_err, " ASN1 blob wrappings\n");
202 BIO_printf(bio_err,
204 BIO_printf(bio_err,
214 ERR_print_errors(bio_err);
227 BIO_printf(bio_err, "problems opening %s\n", oidfile);
228 ERR_print_errors(bio_err);
245 BIO_printf(bio_err, "problems opening %s\n", derfile);
246 ERR_print_errors(bio_err);
257 num = do_generate(bio_err, genstr, genconf, buf);
259 ERR_print_errors(bio_err);
299 BIO_printf(bio_err, "'%s' is an invalid number\n",
310 BIO_printf(bio_err, "Error parsing structure\n");
311 ERR_print_errors(bio_err);
318 BIO_printf(bio_err, "Can't parse %s type\n", ASN1_tag2str(typ));
319 ERR_print_errors(bio_err);
331 BIO_printf(bio_err, "Error: offset too large\n");
341 BIO_printf(bio_err, "Error writing output\n");
342 ERR_print_errors(bio_err);
349 ERR_print_errors(bio_err);
362 ERR_print_errors(bio_err);