Home
last modified time | relevance | path

Searched refs:fips_provider_version_match (Results 1 – 7 of 7) 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 Dssl_test.c411 && !fips_provider_version_match(libctx, test_ctx->fips_version)) { in test_handshake()
H A Devp_libctx_test.c609 if (fips_provider_version_match(libctx, ">=3.4.0")) { in kem_rsa_gen_recover()
H A Dtestutil.h273 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions);
H A Dacvp_test.c129 || fips_provider_version_match(libctx, "<3.4.0")) in check_verify_message()
H A Devp_test.c5223 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