Searched refs:fips_provider_version_eq (Results 1 – 4 of 4) sorted by relevance
/openssl/test/testutil/ |
H A D | provider.c | 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq() function 216 r = fips_provider_version_eq(libctx, major, minor, patch); in fips_provider_version_match()
|
/openssl/test/ |
H A D | testutil.h | 257 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | endecode_test.c | 1344 is_fips_3_0_0 = is_fips && fips_provider_version_eq(testctx, 3, 0, 0); in setup_tests()
|
H A D | evp_test.c | 3873 if (fips_provider_version_eq(libctx, 3, 0, 0)) { in pkey_kdf_test_run()
|
Completed in 35 milliseconds