Searched refs:fips_provider_version_ge (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/crypto/openssl/test/testutil/ |
| HD | provider.c | 158 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ge() function 231 r = fips_provider_version_ge(libctx, major, minor, patch); in fips_provider_version_match()
|
| /freebsd-head/crypto/openssl/test/ |
| HD | pkey_meth_kdf_test.c | 226 if (fips_provider_version_ge(NULL, 3, 3, 1)) in setup_tests()
|
| HD | testutil.h | 261 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
| HD | evp_test.c | 701 || fips_provider_version_ge(libctx, 3, 1, 3); in cipher_test_enc()
|