HomeSort by: relevance | last modified time | path
    Searched defs:best_impl (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 641 IMPLEMENTATION *impl, *best_impl = NULL; local
704 best_impl = impl;
723 best_impl = impl;
732 if (ret && ossl_method_up_ref(&best_impl->method)) {
733 *method = best_impl->method.method;
735 *prov_rw = best_impl->provider;
750 best_impl == NULL ? "none" : ossl_provider_name(best_impl->provider));
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 521 IMPLEMENTATION *impl, *best_impl = NULL; local
564 best_impl = impl;
577 best_impl = impl;
586 if (ret && ossl_method_up_ref(&best_impl->method)) {
587 *method = best_impl->method.method;
589 *prov_rw = best_impl->provider;

Completed in 58 milliseconds