Home
last modified time | relevance | path

Searched refs:test_provider (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dprovider_fallback_test.c15 static int test_provider(OSSL_LIB_CTX *ctx) in test_provider() function
32 return test_provider(NULL); in test_fallback_provider()
45 ok = test_provider(ctx); in test_explicit_provider()
H A Dprovider_internal_test.c23 static int test_provider(OSSL_PROVIDER *prov, const char *expected_greeting) in test_provider() function
68 && test_provider(prov, expected_greeting1(name)); in test_builtin_provider()
83 && test_provider(prov, expected_greeting1(name)); in test_loaded_provider()
97 && test_provider(prov, expected_greeting); in test_configured_provider()
H A Dprovider_test.c37 static int test_provider(OSSL_LIB_CTX **libctx, const char *name, in test_provider() function
228 && test_provider(&libctx, name, NULL); in test_builtin_provider()
264 return test_provider(&libctx, name, legacy); in test_builtin_provider_with_child()
279 res = test_provider(&libctx, name, NULL); in test_loaded_provider()
/openssl/.github/workflows/
H A Dci.yml372 …ke-test V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_…

Completed in 9 milliseconds