Lines Matching refs:bio_err

114         BIO_printf(bio_err, "Cannot specify -%s after -pedantic\n", name);  in check_non_pedantic_fips()
152 BIO_printf(bio_err, "Failed to load FIPS module\n"); in load_fips_prov_and_run_self_test()
164 BIO_printf(bio_err, "Failed to query FIPS module parameters\n"); in load_fips_prov_and_run_self_test()
168 BIO_printf(bio_err, "\t%-10s\t%s\n", "name:", name); in load_fips_prov_and_run_self_test()
170 BIO_printf(bio_err, "\t%-10s\t%s\n", "version:", vers); in load_fips_prov_and_run_self_test()
172 BIO_printf(bio_err, "\t%-10s\t%s\n", "build:", build); in load_fips_prov_and_run_self_test()
314 BIO_printf(bio_err, "version not found\n"); in verify_config()
319 BIO_printf(bio_err, "Module integrity MAC not found\n"); in verify_config()
326 BIO_printf(bio_err, "Module integrity mismatch\n"); in verify_config()
332 BIO_printf(bio_err, "install status not found\n"); in verify_config()
337 BIO_printf(bio_err, "Install indicator MAC not found\n"); in verify_config()
344 BIO_printf(bio_err, "Install indicator status mismatch\n"); in verify_config()
386 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in fipsinstall_main()
471 BIO_printf(bio_err, "Missing -in option for -verify\n"); in fipsinstall_main()
480 BIO_printf(bio_err, "FIPS provider is %s\n", in fipsinstall_main()
512 BIO_printf(bio_err, "Failed to open module file\n"); in fipsinstall_main()
522 BIO_printf(bio_err, "Unable to get MAC of type %s\n", mac_name); in fipsinstall_main()
528 BIO_printf(bio_err, "Unable to create MAC CTX for module check\n"); in fipsinstall_main()
541 BIO_printf(bio_err, "MAC parameter error\n"); in fipsinstall_main()
542 ERR_print_errors(bio_err); in fipsinstall_main()
552 BIO_printf(bio_err, "Unable to create MAC CTX for install indicator\n"); in fipsinstall_main()
563 BIO_printf(bio_err, "Unable to create memory BIO\n"); in fipsinstall_main()
577 BIO_printf(bio_err, "VERIFY PASSED\n"); in fipsinstall_main()
591 BIO_printf(bio_err, "Failed to open file\n"); in fipsinstall_main()
599 BIO_printf(bio_err, "INSTALL PASSED\n"); in fipsinstall_main()
606 BIO_printf(bio_err, "%s FAILED\n", verify ? "VERIFY" : "INSTALL"); in fipsinstall_main()
607 ERR_print_errors(bio_err); in fipsinstall_main()
647 BIO_printf(bio_err, "%s : (%s) : ", desc, type); in self_test_events()
650 BIO_printf(bio_err, "%s\n", phase); in self_test_events()
665 BIO_printf(bio_err, "%s ", phase); in self_test_events()