Searched refs:best_impl (Results 1 – 1 of 1) sorted by relevance
623 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local683 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