Home
last modified time | relevance | path

Searched refs:test_provider (Results 1 - 3 of 3) sorted by relevance

/third_party/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()
43 && 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()
96 && test_provider(prov, expected_greeting); in test_configured_provider()
H A Dprovider_test.c36 static int test_provider(OSSL_LIB_CTX **libctx, const char *name, in test_provider() function
170 && test_provider(&libctx, name, NULL); in test_builtin_provider()
204 /* test_provider will free libctx and unload legacy as part of the test */ in test_builtin_provider_with_child()
205 return test_provider(&libctx, name, legacy); in test_builtin_provider_with_child()
218 /* test_provider will free libctx as part of the test */ in test_loaded_provider()
219 return test_provider(&libctx, name, NULL); in test_loaded_provider()

Completed in 2 milliseconds