Lines Matching refs:bio_err

172             BIO_printf(bio_err, "unable to CreateThread (%lu)", err);  in Time_F()
839 BIO_printf(bio_err, "RSA sign failure\n"); in RSA_sign_loop()
840 ERR_print_errors(bio_err); in RSA_sign_loop()
860 BIO_printf(bio_err, "RSA verify failure\n"); in RSA_verify_loop()
861 ERR_print_errors(bio_err); in RSA_verify_loop()
900 BIO_printf(bio_err, "DSA sign failure\n"); in DSA_sign_loop()
901 ERR_print_errors(bio_err); in DSA_sign_loop()
921 BIO_printf(bio_err, "DSA verify failure\n"); in DSA_verify_loop()
922 ERR_print_errors(bio_err); in DSA_verify_loop()
944 BIO_printf(bio_err, "ECDSA sign failure\n"); in ECDSA_sign_loop()
945 ERR_print_errors(bio_err); in ECDSA_sign_loop()
966 BIO_printf(bio_err, "ECDSA verify failure\n"); in ECDSA_verify_loop()
967 ERR_print_errors(bio_err); in ECDSA_verify_loop()
1005 BIO_printf(bio_err, "EdDSA sign failure\n"); in EdDSA_sign_loop()
1006 ERR_print_errors(bio_err); in EdDSA_sign_loop()
1026 BIO_printf(bio_err, "EdDSA verify failure\n"); in EdDSA_verify_loop()
1027 ERR_print_errors(bio_err); in EdDSA_verify_loop()
1053 BIO_printf(bio_err, "SM2 init sign failure\n"); in SM2_sign_loop()
1054 ERR_print_errors(bio_err); in SM2_sign_loop()
1061 BIO_printf(bio_err, "SM2 sign failure\n"); in SM2_sign_loop()
1062 ERR_print_errors(bio_err); in SM2_sign_loop()
1086 BIO_printf(bio_err, "SM2 verify init failure\n"); in SM2_verify_loop()
1087 ERR_print_errors(bio_err); in SM2_verify_loop()
1094 BIO_printf(bio_err, "SM2 verify failure\n"); in SM2_verify_loop()
1095 ERR_print_errors(bio_err); in SM2_verify_loop()
1138 BIO_printf(bio_err, "Failure in the job\n"); in run_benchmark()
1139 ERR_print_errors(bio_err); in run_benchmark()
1162 BIO_printf(bio_err, "Too many fds in ASYNC_WAIT_CTX\n"); in run_benchmark()
1163 ERR_print_errors(bio_err); in run_benchmark()
1175 BIO_printf(bio_err, in run_benchmark()
1179 ERR_print_errors(bio_err); in run_benchmark()
1189 BIO_printf(bio_err, "Failure in the select\n"); in run_benchmark()
1190 ERR_print_errors(bio_err); in run_benchmark()
1206 BIO_printf(bio_err, "Too many fds in ASYNC_WAIT_CTX\n"); in run_benchmark()
1207 ERR_print_errors(bio_err); in run_benchmark()
1244 BIO_printf(bio_err, "Failure in the job\n"); in run_benchmark()
1245 ERR_print_errors(bio_err); in run_benchmark()
1269 BIO_printf(bio_err, in get_ecdsa()
1271 ERR_print_errors(bio_err); in get_ecdsa()
1301 BIO_printf(bio_err, in get_ecdsa()
1303 ERR_print_errors(bio_err); in get_ecdsa()
1313 BIO_printf(bio_err, "EC params init failure.\n"); in get_ecdsa()
1314 ERR_print_errors(bio_err); in get_ecdsa()
1327 BIO_printf(bio_err, "EC key generation failure.\n"); in get_ecdsa()
1328 ERR_print_errors(bio_err); in get_ecdsa()
1486 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in speed_main()
1497 BIO_printf(bio_err, "%s: -evp option cannot be used more than once\n", prog); in speed_main()
1507 BIO_printf(bio_err, in speed_main()
1517 BIO_printf(bio_err, "%s: %s is an unknown digest\n", in speed_main()
1526 BIO_printf(bio_err, "%s: %s is an unknown cipher\n", in speed_main()
1548 BIO_printf(bio_err, "%s: multi argument too large\n", prog); in speed_main()
1557 BIO_printf(bio_err, in speed_main()
1563 BIO_printf(bio_err, "%s: too many async_jobs\n", prog); in speed_main()
1571 BIO_printf(bio_err, in speed_main()
1582 BIO_printf(bio_err, in speed_main()
1719 BIO_printf(bio_err, "%s: Unknown algorithm %s\n", prog, algo); in speed_main()
1726 BIO_printf(bio_err, "-aead can be used only with an AEAD cipher\n"); in speed_main()
1730 BIO_printf(bio_err, "%s is not an AEAD cipher\n", in speed_main()
1737 BIO_printf(bio_err, "-mb can be used only with a multi-block" in speed_main()
1742 BIO_printf(bio_err, "%s is not a multi-block capable\n", in speed_main()
1746 BIO_printf(bio_err, "Async mode is not supported with -mb"); in speed_main()
1755 BIO_printf(bio_err, "Error creating the ASYNC job pool\n"); in speed_main()
1769 BIO_printf(bio_err, "Error creating the ASYNC_WAIT_CTX\n"); in speed_main()
1849 BIO_printf(bio_err, in speed_main()
2220 BIO_printf(bio_err, "\nEVP_CIPHER_CTX_new failure\n"); in speed_main()
2225 BIO_printf(bio_err, "\nEVP_CipherInit_ex failure\n"); in speed_main()
2226 ERR_print_errors(bio_err); in speed_main()
2237 BIO_printf(bio_err, "\nEVP_CipherInit_ex failure\n"); in speed_main()
2238 ERR_print_errors(bio_err); in speed_main()
2285 BIO_printf(bio_err, "\nRequested CMAC cipher with unsupported key length.\n"); in speed_main()
2368 BIO_printf(bio_err, in speed_main()
2370 ERR_print_errors(bio_err); in speed_main()
2380 BIO_printf(bio_err, in speed_main()
2400 BIO_printf(bio_err, in speed_main()
2402 ERR_print_errors(bio_err); in speed_main()
2411 BIO_printf(bio_err, in speed_main()
2448 BIO_printf(bio_err, in speed_main()
2450 ERR_print_errors(bio_err); in speed_main()
2459 BIO_printf(bio_err, in speed_main()
2479 BIO_printf(bio_err, in speed_main()
2481 ERR_print_errors(bio_err); in speed_main()
2490 BIO_printf(bio_err, in speed_main()
2527 BIO_printf(bio_err, in speed_main()
2529 ERR_print_errors(bio_err); in speed_main()
2538 BIO_printf(bio_err, in speed_main()
2558 BIO_printf(bio_err, in speed_main()
2560 ERR_print_errors(bio_err); in speed_main()
2569 BIO_printf(bio_err, in speed_main()
2605 BIO_printf(bio_err, "ECDH key generation failure.\n"); in speed_main()
2606 ERR_print_errors(bio_err); in speed_main()
2625 BIO_printf(bio_err, "ECDH computation failure.\n"); in speed_main()
2626 ERR_print_errors(bio_err); in speed_main()
2635 BIO_printf(bio_err, "ECDH computations don't match.\n"); in speed_main()
2636 ERR_print_errors(bio_err); in speed_main()
2657 BIO_printf(bio_err, in speed_main()
2717 BIO_printf(bio_err, "EdDSA failure.\n"); in speed_main()
2718 ERR_print_errors(bio_err); in speed_main()
2731 BIO_printf(bio_err, in speed_main()
2733 ERR_print_errors(bio_err); in speed_main()
2743 BIO_printf(bio_err, in speed_main()
2760 BIO_printf(bio_err, in speed_main()
2762 ERR_print_errors(bio_err); in speed_main()
2771 BIO_printf(bio_err, in speed_main()
2850 BIO_printf(bio_err, "SM2 init failure.\n"); in speed_main()
2851 ERR_print_errors(bio_err); in speed_main()
2863 BIO_printf(bio_err, in speed_main()
2865 ERR_print_errors(bio_err); in speed_main()
2875 BIO_printf(bio_err, in speed_main()
2893 BIO_printf(bio_err, in speed_main()
2895 ERR_print_errors(bio_err); in speed_main()
2904 BIO_printf(bio_err, in speed_main()
2938 BIO_printf(bio_err, in speed_main()
2940 ERR_print_errors(bio_err); in speed_main()
2945 BIO_printf(bio_err, "Error while initialising EVP_PKEY (out of memory?).\n"); in speed_main()
2946 ERR_print_errors(bio_err); in speed_main()
2953 BIO_printf(bio_err, "Error while initialising EVP_PKEY (out of memory?).\n"); in speed_main()
2954 ERR_print_errors(bio_err); in speed_main()
2962 BIO_printf(bio_err, "Error while allocating EVP_PKEY_CTX.\n"); in speed_main()
2963 ERR_print_errors(bio_err); in speed_main()
2970 BIO_printf(bio_err, "Error while initialising EVP_PKEY_CTX.\n"); in speed_main()
2971 ERR_print_errors(bio_err); in speed_main()
2977 BIO_printf(bio_err, "Error setting DH key size for keygen.\n"); in speed_main()
2978 ERR_print_errors(bio_err); in speed_main()
2986 BIO_printf(bio_err, "FFDH key generation failure.\n"); in speed_main()
2987 ERR_print_errors(bio_err); in speed_main()
3002 BIO_printf(bio_err, "Error while allocating EVP_PKEY_CTX.\n"); in speed_main()
3003 ERR_print_errors(bio_err); in speed_main()
3009 BIO_printf(bio_err, "FFDH derivation context init failure.\n"); in speed_main()
3010 ERR_print_errors(bio_err); in speed_main()
3016 BIO_printf(bio_err, "Assigning peer key for derivation failed.\n"); in speed_main()
3017 ERR_print_errors(bio_err); in speed_main()
3023 BIO_printf(bio_err, "Checking size of shared secret failed.\n"); in speed_main()
3024 ERR_print_errors(bio_err); in speed_main()
3030 BIO_printf(bio_err, "Assertion failure: shared secret too large.\n"); in speed_main()
3038 BIO_printf(bio_err, "Shared secret derive failure.\n"); in speed_main()
3039 ERR_print_errors(bio_err); in speed_main()
3047 BIO_printf(bio_err, "Error while allocating EVP_PKEY_CTX.\n"); in speed_main()
3048 ERR_print_errors(bio_err); in speed_main()
3058 BIO_printf(bio_err, "FFDH computation failure.\n"); in speed_main()
3067 BIO_printf(bio_err, "FFDH computations don't match.\n"); in speed_main()
3068 ERR_print_errors(bio_err); in speed_main()
3090 BIO_printf(bio_err, in speed_main()
3277 ERR_print_errors(bio_err); in speed_main()
3349 BIO_printf(bio_err, in print_message()
3352 (void)BIO_flush(bio_err); in print_message()
3360 BIO_printf(bio_err, in pkey_print_message()
3363 (void)BIO_flush(bio_err); in pkey_print_message()
3371 BIO_printf(bio_err, "%s error!\n", names[alg]); in print_result()
3372 ERR_print_errors(bio_err); in print_result()
3375 BIO_printf(bio_err, in print_result()
3419 BIO_printf(bio_err, "pipe failure\n"); in do_multi()
3423 (void)BIO_flush(bio_err); in do_multi()
3431 BIO_printf(bio_err, "dup failed\n"); in do_multi()
3455 BIO_printf(bio_err, in do_multi()
3564 BIO_printf(bio_err, "Unknown type '%s' from child %d\n", buf, in do_multi()
3601 BIO_printf(bio_err, "Impossible negative key length: %d\n", keylen); in multiblock_speed()
3660 BIO_printf(bio_err, mr ? "+R:%d:%s:%f\n" in multiblock_speed()