Lines Matching refs:bio_err

116         BIO_printf(bio_err, "out of memory\n");
119 if (bio_err == NULL)
120 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
121 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
123 if (!load_config(bio_err, NULL))
177 BIO_printf(bio_err, "Invalid PSS salt length %d\n", saltlen);
225 BIO_printf(bio_err,
232 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
233 BIO_printf(bio_err, "options are\n");
234 BIO_printf(bio_err,
236 BIO_printf(bio_err, "-d to output debug info\n");
237 BIO_printf(bio_err, "-hex output as hex dump\n");
238 BIO_printf(bio_err, "-binary output in binary form\n");
239 BIO_printf(bio_err,
241 BIO_printf(bio_err,
243 BIO_printf(bio_err,
245 BIO_printf(bio_err,
247 BIO_printf(bio_err, "-signature file signature to verify\n");
248 BIO_printf(bio_err, "-binary output in binary form\n");
249 BIO_printf(bio_err, "-hmac key create hashed MAC with key\n");
251 BIO_printf(bio_err,
255 BIO_printf(bio_err,
258 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
260 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
263 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
265 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
268 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
270 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
274 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
276 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
280 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
282 BIO_printf(bio_err, "-%-14s to use the %s message digest algorithm\n",
288 e = setup_engine(bio_err, engine, 0);
296 BIO_set_callback_arg(in, (char *)bio_err);
299 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
300 BIO_printf(bio_err, "Error getting password\n");
305 ERR_print_errors(bio_err);
317 app_RAND_load_file(randfile, bio_err, 0);
335 BIO_printf(bio_err, "Error opening output file %s\n",
337 ERR_print_errors(bio_err);
343 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
346 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
362 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
363 ERR_print_errors(bio_err);
369 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
370 ERR_print_errors(bio_err);
389 BIO_printf(bio_err, "Error setting digest %s\n", pname);
390 ERR_print_errors(bio_err);
470 BIO_printf(bio_err, "Read Error in %s\n", file);
471 ERR_print_errors(bio_err);
487 BIO_printf(bio_err, "Error Verifying Data\n");
488 ERR_print_errors(bio_err);
497 BIO_printf(bio_err, "Error Signing Data\n");
498 ERR_print_errors(bio_err);