Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_fetch_prov_test.c79 static int load_providers(OSSL_LIB_CTX **libctx, OSSL_PROVIDER *prov[]) in load_providers() function
162 ret = (use_default_ctx == 0 || load_providers(&ctx, prov)) in test_implicit_EVP_MD_fetch()
176 if (use_default_ctx == 0 && !load_providers(&ctx, prov)) in test_explicit_EVP_MD_fetch()
280 ret = (use_default_ctx == 0 || load_providers(&ctx, prov)) in test_implicit_EVP_CIPHER_fetch()
294 if (use_default_ctx == 0 && !load_providers(&ctx, prov)) in test_explicit_EVP_CIPHER_fetch()