Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
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()
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()
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()
206 return test_provider(&libctx, name, legacy); in test_builtin_provider_with_child()
220 return test_provider(&libctx, name, NULL); in test_loaded_provider()