Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfips_version_test.c41 return TEST_int_eq(fips_provider_version_match(libctx, version), 1); in test_fips_version()
H A Devp_libctx_test.c559 if (fips_provider_version_match(libctx, ">=3.4.0")) { in kem_rsa_gen_recover()
H A Dtestutil.h272 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions);
H A Devp_test.c3839 j = fips_provider_version_match(libctx, pp->value); in parse()
/freebsd/crypto/openssl/test/testutil/
H A Dprovider.c171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions) in fips_provider_version_match() function