Searched refs:fips_provider_version_lt (Results 1 – 6 of 6) sorted by relevance
/openssl/test/testutil/ |
H A D | provider.c | 132 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 D | rand_test.c | 49 if (fips_provider_version_lt(NULL, 3, 4, 0)) { in test_rand()
|
H A D | evp_libctx_test.c | 803 || fips_provider_version_lt(libctx, 3, 4, 0)) in setup_tests()
|
H A D | testutil.h | 260 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | acvp_test.c | 1724 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 D | evp_kdf_test.c | 1672 && (fips_provider_version_lt(NULL, 3, 0, 8) in test_kdf_ss_kmac()
|
Completed in 23 milliseconds