Home
last modified time | relevance | path

Searched refs:fips_provider_version_match (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/crypto/openssl/test/
HDfips_version_test.c41 return TEST_int_eq(fips_provider_version_match(libctx, version), 1); in test_fips_version()
HDevp_libctx_test.c559 if (fips_provider_version_match(libctx, ">=3.4.0")) { in kem_rsa_gen_recover()
HDtestutil.h272 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions);
HDevp_test.c3839 j = fips_provider_version_match(libctx, pp->value); in parse()
/freebsd-14-stable/crypto/openssl/test/testutil/
HDprovider.c171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() function