Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcore_fetch.c132 OSSL_PROVIDER **provider_rw, int force_store, in ossl_method_construct() argument
136 OSSL_PROVIDER *provider = provider_rw != NULL ? *provider_rw : NULL; in ossl_method_construct()
164 method = mcm->get(cbdata.store, (const OSSL_PROVIDER **)provider_rw, in ossl_method_construct()
169 method = mcm->get(NULL, (const OSSL_PROVIDER **)provider_rw, mcm_data); in ossl_method_construct()
/freebsd/crypto/openssl/include/internal/
H A Dcore.h50 OSSL_PROVIDER **provider_rw, int force_cache,