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.c521 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
564 best_impl = impl; in ossl_method_store_fetch()
577 best_impl = impl; in ossl_method_store_fetch()
586 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
587 *method = best_impl->method.method; in ossl_method_store_fetch()
589 *prov_rw = best_impl->provider; in ossl_method_store_fetch()