Searched refs:fips_provider_version_eq (Results 1 - 4 of 4) sorted by relevance
/third_party/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()
|
/third_party/openssl/test/ |
H A D | testutil.h | 256 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | endecode_test.c | 1324 is_fips_3_0_0 = fips_provider_version_eq(testctx, 3, 0, 0); in setup_tests()
|
H A D | evp_test.c | 2886 if (fips_provider_version_eq(libctx, 3, 0, 0)) { in pkey_kdf_test_run()
|
Completed in 10 milliseconds