Lines Matching defs:bio_err

295 static BIO *bio_err=NULL;
477 /* we cannot use bio_err here */
560 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
642 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
939 ERR_print_errors(bio_err);
979 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
993 BIO_printf(bio_err, "unable to create curve\n");
1018 ERR_print_errors(bio_err);
1023 ERR_print_errors(bio_err);
1042 ERR_print_errors(bio_err);
1048 BIO_printf(bio_err,"client authentication\n");
1056 BIO_printf(bio_err,"server authentication\n");
1082 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
1085 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
1086 ERR_print_errors(bio_err);
1096 BIO_printf(bio_err,"Unable to set SRP username\n");
1125 BIO_printf(bio_err,"localhost name too long\n");
1190 CRYPTO_mem_leaks(bio_err);
1191 if (bio_err != NULL) BIO_free(bio_err);
1566 ERR_print_errors(bio_err);
1613 ERR_print_errors(bio_err);
1621 ERR_print_errors(bio_err);
1674 ERR_print_errors(bio_err);
1698 ERR_print_errors(bio_err);
1734 ERR_print_errors(bio_err);
1782 ERR_print_errors(bio_err);
1788 ERR_print_errors(bio_err);
1829 ERR_print_errors(bio_err);
1835 ERR_print_errors(bio_err);
2377 BIO_printf(bio_err, "Memory error...");
2380 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
2381 (void)BIO_flush(bio_err);
2384 BIO_printf(bio_err, "Error generating key.");
2389 BIO_printf(bio_err,"\n");
2390 (void)BIO_flush(bio_err);
2515 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", pskkey);
2522 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
2559 BIO_printf(bio_err, "server: PSK error: client identity not found\n");