Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty.c623 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
683 best_impl = impl; in ossl_method_store_fetch()
702 best_impl = impl; in ossl_method_store_fetch()
711 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
712 *method = best_impl->method.method; in ossl_method_store_fetch()
714 *prov_rw = best_impl->provider; in ossl_method_store_fetch()
727 best_impl == NULL ? "none" : in ossl_method_store_fetch()
728 ossl_provider_name(best_impl->provider)); in ossl_method_store_fetch()

Completed in 5 milliseconds