Lines Matching refs:bio_err

127             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in dgst_main()
229 BIO_printf(bio_err, "%s: Can only sign or verify one file.\n", prog); in dgst_main()
241 BIO_printf(bio_err, in dgst_main()
256 BIO_set_callback_arg(in, (char *)bio_err); in dgst_main()
260 BIO_printf(bio_err, "Error getting password\n"); in dgst_main()
276 BIO_printf(bio_err, "MAC and signing key cannot both be specified\n"); in dgst_main()
299 BIO_printf(bio_err, "Key type not supported for this operation\n"); in dgst_main()
315 BIO_printf(bio_err, "MAC parameter error \"%s\"\n", macopt); in dgst_main()
346 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
364 BIO_printf(bio_err, "Error setting context\n"); in dgst_main()
372 BIO_printf(bio_err, "Signature parameter error \"%s\"\n", in dgst_main()
383 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
389 BIO_printf(bio_err, "Error setting digest\n"); in dgst_main()
398 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile); in dgst_main()
406 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile); in dgst_main()
423 BIO_printf(bio_err, "Length can only be specified for XOF\n"); in dgst_main()
432 BIO_printf(bio_err, "Signing key cannot be specified for XOF\n"); in dgst_main()
464 ERR_print_errors(bio_err); in dgst_main()
560 BIO_printf(bio_err, "Read error in %s\n", file); in do_fp()
576 BIO_printf(bio_err, "Error verifying data\n"); in do_fp()
588 BIO_printf(bio_err, "Error getting maximum length of signed data\n"); in do_fp()
597 BIO_printf(bio_err, "Error signing data\n"); in do_fp()
612 BIO_printf(bio_err, "Error Digesting Data\n"); in do_fp()