Searched refs:test_provider (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | provider_internal_test.c | 23 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()
|
D | provider_fallback_test.c | 15 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()
|
D | provider_test.c | 36 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() 205 return test_provider(&libctx, name, legacy); in test_builtin_provider_with_child() 219 return test_provider(&libctx, name, NULL); in test_loaded_provider()
|