Lines Matching refs:bio_err
322 EVP_MD_do_all_sorted(list_md_fn, bio_err); in dgst_usage()
347 BIO_printf(bio_err, "out of memory\n"); in dgst_main()
369 BIO_printf(bio_err, in dgst_main()
377 ERR_print_errors(bio_err); in dgst_main()
384 BIO_set_callback_arg(in, (char *) bio_err); in dgst_main()
386 if (!app_passwd(bio_err, cfg.passargin, NULL, &passin, NULL)) { in dgst_main()
387 BIO_printf(bio_err, "Error getting password\n"); in dgst_main()
407 BIO_printf(bio_err, "Error opening output file %s\n", in dgst_main()
409 ERR_print_errors(bio_err); in dgst_main()
414 BIO_printf(bio_err, in dgst_main()
420 sigkey = load_pubkey(bio_err, cfg.keyfile, in dgst_main()
423 sigkey = load_key(bio_err, cfg.keyfile, in dgst_main()
436 if (!init_gen_str(bio_err, &mac_ctx, cfg.mac_name, 0)) in dgst_main()
445 BIO_printf(bio_err, in dgst_main()
448 ERR_print_errors(bio_err); in dgst_main()
454 BIO_puts(bio_err, "Error generating key\n"); in dgst_main()
455 ERR_print_errors(bio_err); in dgst_main()
475 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
476 ERR_print_errors(bio_err); in dgst_main()
486 BIO_printf(bio_err, "Error setting context\n"); in dgst_main()
487 ERR_print_errors(bio_err); in dgst_main()
497 BIO_printf(bio_err, in dgst_main()
500 ERR_print_errors(bio_err); in dgst_main()
511 BIO_printf(bio_err, "Error setting digest %s\n", pname); in dgst_main()
512 ERR_print_errors(bio_err); in dgst_main()
522 BIO_printf(bio_err, "out of memory\n"); in dgst_main()
523 ERR_print_errors(bio_err); in dgst_main()
528 BIO_printf(bio_err, "Error opening signature file %s\n", in dgst_main()
530 ERR_print_errors(bio_err); in dgst_main()
536 BIO_printf(bio_err, "Error reading signature file %s\n", in dgst_main()
538 ERR_print_errors(bio_err); in dgst_main()
610 BIO_printf(bio_err, "Read Error in %s\n", file); in do_fp()
611 ERR_print_errors(bio_err); in do_fp()
627 BIO_printf(bio_err, "Error Verifying Data\n"); in do_fp()
628 ERR_print_errors(bio_err); in do_fp()
638 BIO_printf(bio_err, "Error Signing Data\n"); in do_fp()
639 ERR_print_errors(bio_err); in do_fp()
645 ERR_print_errors(bio_err); in do_fp()