Searched refs:fips_provider_version_ge (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | rand_test.c | 172 || (fips_provider_version_ge(NULL, 3, 0, 8) in setup_tests() 180 && fips_provider_version_ge(NULL, 3, 4, 0)) in setup_tests()
|
H A D | pkey_meth_kdf_test.c | 226 if (fips_provider_version_ge(NULL, 3, 3, 1)) in setup_tests()
|
H A D | acvp_test.c | 1720 if (fips_provider_version_ge(libctx, 3, 4, 0)) in setup_tests() 1723 pass_sig_gen_params = fips_provider_version_ge(libctx, 3, 4, 0); in setup_tests() 1748 ec_cofactors = fips_provider_version_ge(libctx, 3, 4, 0); in setup_tests() 1758 if (fips_provider_version_ge(libctx, 3, 4, 0)) { in setup_tests()
|
H A D | testutil.h | 262 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | evp_kdf_test.c | 2046 if (fips_provider_version_ge(NULL, 3, 1, 0)) in setup_tests()
|
H A D | evp_test.c | 1085 int fips_dupctx_supported = fips_provider_version_ge(libctx, 3, 2, 0); in cipher_test_enc()
|
H A D | sslapitest.c | 6473 int test_longcontext = fips_provider_version_ge(libctx, 3, 3, 0); in test_export_key_mat()
|
/openssl/test/testutil/ |
H A D | provider.c | 158 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ge() function 231 r = fips_provider_version_ge(libctx, major, minor, patch); in fips_provider_version_match()
|
Completed in 78 milliseconds