Lines Matching full:bio_printf
330 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
347 BIO_printf(bio_stdout, ", %d bit RSA",
355 BIO_printf(bio_stdout, ", %d bit DSA",
365 BIO_printf(bio_stdout,"\n");
575 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
876 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
886 BIO_printf(bio_err, "unable to create curve\n");
941 BIO_printf(bio_err,"client authentication\n");
949 BIO_printf(bio_err,"server authentication\n");
975 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
978 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
998 BIO_printf(bio_err,"localhost name too long\n");
1021 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1029 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1036 BIO_printf(bio_stdout,
2261 BIO_printf(bio_err, "Memory error...");
2264 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
2268 BIO_printf(bio_err, "Error generating key.");
2273 BIO_printf(bio_err,"\n");
2399 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", pskkey);
2406 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
2443 BIO_printf(bio_err, "server: PSK error: client identity not found\n");