Home
last modified time | relevance | path

Searched refs:fips_provider_version_ge (Results 1 – 8 of 8) sorted by relevance

/openssl/test/
H A Drand_test.c172 || (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 Dpkey_meth_kdf_test.c226 if (fips_provider_version_ge(NULL, 3, 3, 1)) in setup_tests()
H A Dacvp_test.c1720 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 Dtestutil.h262 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
H A Devp_kdf_test.c2046 if (fips_provider_version_ge(NULL, 3, 1, 0)) in setup_tests()
H A Devp_test.c1085 int fips_dupctx_supported = fips_provider_version_ge(libctx, 3, 2, 0); in cipher_test_enc()
H A Dsslapitest.c6473 int test_longcontext = fips_provider_version_ge(libctx, 3, 3, 0); in test_export_key_mat()
/openssl/test/testutil/
H A Dprovider.c158 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