Home
last modified time | relevance | path

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

/openssl-master/crypto/property/
A Dproperty.c413 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
455 best_impl = impl; in ossl_method_store_fetch()
468 best_impl = impl; in ossl_method_store_fetch()
477 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
478 *method = best_impl->method.method; in ossl_method_store_fetch()
480 *prov_rw = best_impl->provider; in ossl_method_store_fetch()

Completed in 5 milliseconds