Home | History | Annotate | Download | only in ssl

Lines Matching defs:bio_err

295 static BIO *bio_err=NULL;
476 /* we cannot use bio_err here */
559 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
641 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
906 ERR_print_errors(bio_err);
952 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
966 BIO_printf(bio_err, "unable to create curve\n");
991 ERR_print_errors(bio_err);
996 ERR_print_errors(bio_err);
1015 ERR_print_errors(bio_err);
1021 BIO_printf(bio_err,"client authentication\n");
1029 BIO_printf(bio_err,"server authentication\n");
1055 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
1058 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
1059 ERR_print_errors(bio_err);
1069 BIO_printf(bio_err,"Unable to set SRP username\n");
1098 BIO_printf(bio_err,"localhost name too long\n");
1163 CRYPTO_mem_leaks(bio_err);
1164 if (bio_err != NULL) BIO_free(bio_err);
1539 ERR_print_errors(bio_err);
1586 ERR_print_errors(bio_err);
1594 ERR_print_errors(bio_err);
1647 ERR_print_errors(bio_err);
1671 ERR_print_errors(bio_err);
1707 ERR_print_errors(bio_err);
1755 ERR_print_errors(bio_err);
1761 ERR_print_errors(bio_err);
1802 ERR_print_errors(bio_err);
1808 ERR_print_errors(bio_err);
2350 BIO_printf(bio_err, "Memory error...");
2353 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
2354 (void)BIO_flush(bio_err);
2357 BIO_printf(bio_err, "Error generating key.");
2362 BIO_printf(bio_err,"\n");
2363 (void)BIO_flush(bio_err);
2488 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", pskkey);
2495 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
2532 BIO_printf(bio_err, "server: PSK error: client identity not found\n");