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

Lines Matching refs:bio_err

302 static BIO *bio_err = NULL;
912 /* we cannot use bio_err here */
999 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
1072 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1391 ERR_print_errors(bio_err);
1429 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
1438 BIO_printf(bio_err, "unable to create curve\n");
1469 ERR_print_errors(bio_err);
1474 ERR_print_errors(bio_err);
1479 ERR_print_errors(bio_err);
1484 ERR_print_errors(bio_err);
1502 ERR_print_errors(bio_err);
1507 BIO_printf(bio_err, "client authentication\n");
1520 BIO_printf(bio_err, "server authentication\n");
1552 BIO_printf(bio_err, "setting PSK identity hint to s_ctx\n");
1554 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx\n");
1555 ERR_print_errors(bio_err);
1559 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx2\n");
1560 ERR_print_errors(bio_err);
1568 BIO_printf(bio_err, "Unable to set SRP username\n");
1600 BIO_printf(bio_err, "missing serverinfo file\n");
1604 BIO_printf(bio_err, "missing serverinfo file\n");
1672 BIO_printf(bio_err, "Error parsing -alpn_client argument\n");
1695 BIO_printf(bio_err, "localhost name too long\n");
1770 CRYPTO_mem_leaks(bio_err);
1771 if (bio_err != NULL)
1772 BIO_free(bio_err);
2131 ERR_print_errors(bio_err);
2185 ERR_print_errors(bio_err);
2192 ERR_print_errors(bio_err);
2249 ERR_print_errors(bio_err);
2266 ERR_print_errors(bio_err);
2294 ERR_print_errors(bio_err);
2330 ERR_print_errors(bio_err);
2334 ERR_print_errors(bio_err);
2365 ERR_print_errors(bio_err);
2369 ERR_print_errors(bio_err);
2905 BIO_printf(bio_err, "Memory error...");
2908 BIO_printf(bio_err, "Generating temp (%d bit) RSA key...", keylength);
2909 (void)BIO_flush(bio_err);
2911 BIO_printf(bio_err, "Error generating key.");
2916 BIO_printf(bio_err, "\n");
2917 (void)BIO_flush(bio_err);
3086 BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
3093 BIO_printf(bio_err,
3134 BIO_printf(bio_err, "server: PSK error: client identity not found\n");