Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c329 static struct provider_store_st *get_provider_store(OSSL_LIB_CTX *libctx) in get_provider_store() function
343 if ((store = get_provider_store(libctx)) != NULL) { in ossl_provider_disable_fallback_loading()
358 struct provider_store_st *store = get_provider_store(libctx); in ossl_provider_info_add_to_store()
405 if ((store = get_provider_store(libctx)) != NULL) { in ossl_provider_find()
530 if ((store = get_provider_store(libctx)) == NULL) in ossl_provider_new()
665 if ((store = get_provider_store(prov->libctx)) == NULL) in ossl_provider_add_to_store()
918 if ((store = get_provider_store(libctx)) != NULL in OSSL_PROVIDER_set_default_search_path()
934 if ((store = get_provider_store(libctx)) != NULL in OSSL_PROVIDER_get0_default_search_path()
984 if ((store = get_provider_store(prov->libctx)) == NULL in provider_init()
1181 store = get_provider_store(prov->libctx); in provider_deactivate()
[all …]