Lines Matching refs:BIO_printf

124             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in dgst_main()
131 BIO_printf(bio_out, "Supported digests:\n"); in dgst_main()
136 BIO_printf(bio_out, "\n"); in dgst_main()
226 BIO_printf(bio_err, "%s: Can only sign or verify one file.\n", prog); in dgst_main()
238 BIO_printf(bio_err, in dgst_main()
257 BIO_printf(bio_err, "Error getting password\n"); in dgst_main()
273 BIO_printf(bio_err, "MAC and signing key cannot both be specified\n"); in dgst_main()
296 BIO_printf(bio_err, "Key type not supported for this operation\n"); in dgst_main()
312 BIO_printf(bio_err, "MAC parameter error \"%s\"\n", macopt); in dgst_main()
339 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
347 BIO_printf(bio_err, "Error setting context\n"); in dgst_main()
355 BIO_printf(bio_err, "Signature parameter error \"%s\"\n", in dgst_main()
366 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
372 BIO_printf(bio_err, "Error setting digest\n"); in dgst_main()
381 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile); in dgst_main()
389 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile); in dgst_main()
406 BIO_printf(bio_err, "Length can only be specified for XOF\n"); in dgst_main()
410 BIO_printf(bio_err, "Signing key cannot be specified for XOF\n"); in dgst_main()
474 BIO_printf(dec->bio, "-%-25s", name->name); in show_digests()
476 BIO_printf(dec->bio, "\n"); in show_digests()
479 BIO_printf(dec->bio, " "); in show_digests()
534 BIO_printf(bio_err, "Read error in %s\n", file); in do_fp()
545 BIO_printf(out, "Verified OK\n"); in do_fp()
547 BIO_printf(out, "Verification failure\n"); in do_fp()
550 BIO_printf(bio_err, "Error verifying data\n"); in do_fp()
562 BIO_printf(bio_err, "Error getting maximum length of signed data\n"); in do_fp()
571 BIO_printf(bio_err, "Error signing data\n"); in do_fp()
586 BIO_printf(bio_err, "Error Digesting Data\n"); in do_fp()
604 BIO_printf(out, "%02x", buf[i]); in do_fp()
606 BIO_printf(out, " *%s\n", file); in do_fp()
612 BIO_printf(out, "-%s", md_name); in do_fp()
613 BIO_printf(out, "(%s)= ", file); in do_fp()
615 BIO_printf(out, "%s(%s)= ", md_name, file); in do_fp()
617 BIO_printf(out, "(%s)= ", file); in do_fp()
621 BIO_printf(out, ":"); in do_fp()
622 BIO_printf(out, "%02x", buf[i]); in do_fp()
624 BIO_printf(out, "\n"); in do_fp()