Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/property/
H A Dproperty.c641 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
704 best_impl = impl; in ossl_method_store_fetch()
723 best_impl = impl; in ossl_method_store_fetch()
732 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
733 *method = best_impl->method.method; in ossl_method_store_fetch()
735 *prov_rw = best_impl->provider; in ossl_method_store_fetch()
750 best_impl == NULL ? "none" : ossl_provider_name(best_impl->provider)); in ossl_method_store_fetch()