Home
last modified time | relevance | path

Searched refs:fips_provider_version_lt (Results 1 – 6 of 6) sorted by relevance

/openssl/test/testutil/
H A Dprovider.c132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt() function
225 r = fips_provider_version_lt(libctx, major, minor, patch); in fips_provider_version_match()
/openssl/test/
H A Drand_test.c49 if (fips_provider_version_lt(NULL, 3, 4, 0)) { in test_rand()
H A Devp_libctx_test.c803 || fips_provider_version_lt(libctx, 3, 4, 0)) in setup_tests()
H A Dtestutil.h260 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
H A Dacvp_test.c1724 rsa_sign_x931_pad_allowed = fips_provider_version_lt(libctx, 3, 4, 0); in setup_tests()
1739 dsasign_allowed = fips_provider_version_lt(libctx, 3, 4, 0); in setup_tests()
H A Devp_kdf_test.c1672 && (fips_provider_version_lt(NULL, 3, 0, 8) in test_kdf_ss_kmac()

Completed in 35 milliseconds