Lines Matching refs:bio_err
69 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
100 BIO_printf(bio_err, "%s: No keytype specified.\n", prog);
104 BIO_printf(bio_err,
107 ERR_print_errors(bio_err);
127 BIO_printf(bio_err, "%s: cipher mode not supported\n", prog);
142 BIO_puts(bio_err, "Error getting password\n");
151 EVP_PKEY_CTX_set_app_data(ctx, bio_err);
155 BIO_puts(bio_err, "Error generating parameters\n");
156 ERR_print_errors(bio_err);
161 BIO_puts(bio_err, "Error generating key\n");
162 ERR_print_errors(bio_err);
176 BIO_printf(bio_err, "Bad format specified for key\n");
183 BIO_puts(bio_err, "Error writing key\n");
184 ERR_print_errors(bio_err);
195 BIO_puts(bio_err, "Error printing key\n");
196 ERR_print_errors(bio_err);
217 BIO_puts(bio_err, "Parameters already set!\n");
223 BIO_printf(bio_err, "Can't open parameter file %s\n", file);
231 BIO_printf(bio_err, "Error reading parameter file %s\n", file);
245 BIO_puts(bio_err, "Error initializing context\n");
246 ERR_print_errors(bio_err);
262 BIO_puts(bio_err, "Algorithm already set!\n");
274 BIO_printf(bio_err, "Algorithm %s not found\n", algname);
300 BIO_printf(bio_err, "Error initializing %s context\n", algname);
301 ERR_print_errors(bio_err);