Home | History | Annotate | Download | only in apps

Lines Matching refs:bio_err

84             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
147 BIO_printf(bio_err,
166 ERR_print_errors(bio_err);
170 BN_GENCB_set(cb, dh_cb, bio_err);
176 BIO_printf(bio_err,
183 ERR_print_errors(bio_err);
191 ERR_print_errors(bio_err);
198 BIO_printf(bio_err,
201 BIO_printf(bio_err, "This is going to take a long time\n");
204 ERR_print_errors(bio_err);
226 BIO_printf(bio_err, "unable to load DSA parameters\n");
227 ERR_print_errors(bio_err);
234 ERR_print_errors(bio_err);
255 BIO_printf(bio_err, "unable to load DH parameters\n");
256 ERR_print_errors(bio_err);
270 ERR_print_errors(bio_err);
274 BIO_printf(bio_err, "WARNING: p value is not prime\n");
276 BIO_printf(bio_err, "WARNING: p value is not a safe prime\n");
278 BIO_printf(bio_err, "WARNING: q value is not a prime\n");
280 BIO_printf(bio_err, "WARNING: q value is invalid\n");
282 BIO_printf(bio_err, "WARNING: j value is invalid\n");
284 BIO_printf(bio_err,
287 BIO_printf(bio_err, "WARNING: the g value is not a generator\n");
289 BIO_printf(bio_err, "DH parameters appear to be ok.\n");
295 BIO_printf(bio_err, "ERROR: Invalid parameters generated\n");
352 BIO_printf(bio_err, "unable to write DH parameters\n");
353 ERR_print_errors(bio_err);