Searched refs:fips_provider_version_gt (Results 1 – 3 of 3) sorted by relevance
/openssl/test/testutil/ |
H A D | provider.c | 145 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_gt() function 228 r = fips_provider_version_gt(libctx, major, minor, patch); in fips_provider_version_match()
|
/openssl/test/ |
H A D | testutil.h | 261 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | evp_test.c | 1944 if (fips_provider_version_gt(libctx, 3, 2, 0)) { in mac_test_run_mac() 2043 if (reinit-- && fips_provider_version_gt(libctx, 3, 0, 0)) { in mac_test_run_mac() 3770 if (fips_provider_version_gt(libctx, 3, 0, 0) in kdf_test_run()
|
Completed in 63 milliseconds