Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c507 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
550 best_impl = impl; in ossl_method_store_fetch()
563 best_impl = impl; in ossl_method_store_fetch()
572 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
573 *method = best_impl->method.method; in ossl_method_store_fetch()
575 *prov_rw = best_impl->provider; in ossl_method_store_fetch()