Searched refs:fips_provider_version_gt (Results 1 - 3 of 3) sorted by relevance
/third_party/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()
|
/third_party/openssl/test/ |
H A D | testutil.h | 260 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | evp_test.c | 1579 if (reinit-- && fips_provider_version_gt(libctx, 3, 0, 0)) { in mac_test_run_mac()
|
Completed in 13 milliseconds