Lines Matching refs:BIO_printf

127             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in dgst_main()
134 BIO_printf(bio_out, "Supported digests:\n"); in dgst_main()
139 BIO_printf(bio_out, "\n"); 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()
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()
498 BIO_printf(dec->bio, "-%-25s", name->name); in show_digests()
500 BIO_printf(dec->bio, "\n"); in show_digests()
503 BIO_printf(dec->bio, " "); in show_digests()
560 BIO_printf(bio_err, "Read error in %s\n", file); in do_fp()
571 BIO_printf(out, "Verified OK\n"); in do_fp()
573 BIO_printf(out, "Verification failure\n"); 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()
630 BIO_printf(out, "%02x", buf[i]); in do_fp()
632 BIO_printf(out, " *%s\n", file); in do_fp()
638 BIO_printf(out, "-%s", md_name); in do_fp()
639 BIO_printf(out, "(%s)= ", file); in do_fp()
641 BIO_printf(out, "%s(%s)= ", md_name, file); in do_fp()
643 BIO_printf(out, "(%s)= ", file); in do_fp()
647 BIO_printf(out, ":"); in do_fp()
648 BIO_printf(out, "%02x", buf[i]); in do_fp()
650 BIO_printf(out, "\n"); in do_fp()