• 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

164     if (bio_err == NULL && (bio_err = BIO_new(BIO_s_file())) != NULL) {
166 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
169 if (!load_config(bio_err, NULL))
271 if (!app_RAND_load_file(NULL, bio_err, 1) && rnd == NULL)
272 BIO_printf(bio_err, "warning, not much extra random "
275 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
281 !app_passwd(bio_err, passin, NULL, &password, NULL)) {
282 BIO_printf(bio_err, "Error getting password.\n");
337 BIO_printf(bio_err, "usage:\n"
344 BIO_printf(bio_err, "or\n"
351 BIO_printf(bio_err, "or\n"
359 app_RAND_write_file(NULL, bio_err);
364 BIO_free_all(bio_err);
365 bio_err = NULL;
380 BIO_printf(bio_err, "cannot convert %s to OID\n", oid);
399 BIO_printf(bio_err, "error loading the config file "
402 BIO_printf(bio_err, "error on line %ld of config file "
409 BIO_printf(bio_err, "Using configuration from %s\n", configfile);
414 ERR_print_errors(bio_err);
421 if (!add_oid_section(bio_err, conf))
422 ERR_print_errors(bio_err);
475 ERR_print_errors(bio_err);
562 BIO_printf(bio_err, "could not create query\n");
602 BIO_printf(bio_err, "bad digest, %d bytes "
639 BIO_printf(bio_err, "could not create nonce\n");
680 BIO_printf(bio_err, "Response has been generated.\n");
682 BIO_printf(bio_err, "Response is not generated.\n");
715 ERR_print_errors(bio_err);
889 BIO_printf(bio_err, "Warning: could not open file %s for "
896 BIO_printf(bio_err, "unable to load number from %s\n",
934 BIO_printf(bio_err, "could not save serial number to %s\n",
981 ERR_print_errors(bio_err);
1014 BIO_printf(bio_err, "invalid digest string\n");
1072 BIO_printf(bio_err, "memory allocation failure\n");
1077 BIO_printf(bio_err, "Error loading directory %s\n", ca_path);
1086 BIO_printf(bio_err, "memory allocation failure\n");
1091 BIO_printf(bio_err, "Error loading file %s\n", ca_file);