Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty.c513 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
556 best_impl = impl; in ossl_method_store_fetch()
569 best_impl = impl; in ossl_method_store_fetch()
578 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
579 *method = best_impl->method.method; in ossl_method_store_fetch()
581 *prov_rw = best_impl->provider; in ossl_method_store_fetch()

Completed in 8 milliseconds