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

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dprovider_fallback_test.c15 static int test_provider(OSSL_LIB_CTX *ctx) function
32 return test_provider(NULL);
43 && test_provider(ctx)
H A Dprovider_internal_test.c23 static int test_provider(OSSL_PROVIDER *prov, const char *expected_greeting) function
68 && test_provider(prov, expected_greeting1(name));
83 && test_provider(prov, expected_greeting1(name));
97 && test_provider(prov, expected_greeting);
H A Dprovider_test.c36 static int test_provider(OSSL_LIB_CTX **libctx, const char *name, function
170 && test_provider(&libctx, name, NULL);
204 /* test_provider will free libctx and unload legacy as part of the test */
205 return test_provider(&libctx, name, legacy);
218 /* test_provider will free libctx as part of the test */
219 return test_provider(&libctx, name, NULL);

Completed in 179 milliseconds