Home
last modified time | relevance | path

Searched refs:ossl_method_up_ref (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c167 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref() function
322 if (!ossl_method_up_ref(&impl->method)) { in ossl_method_store_add()
572 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
701 if (ossl_method_up_ref(&r->method)) { in ossl_method_store_cache_get()
750 if (!ossl_method_up_ref(&p->method)) in ossl_method_store_cache_set()
/third_party/openssl/crypto/property/
H A Dproperty.c169 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref() function
324 if (!ossl_method_up_ref(&impl->method)) { in ossl_method_store_add()
586 if (ret && ossl_method_up_ref(&best_impl->method)) { in ossl_method_store_fetch()
715 if (ossl_method_up_ref(&r->method)) { in ossl_method_store_cache_get()
764 if (!ossl_method_up_ref(&p->method)) in ossl_method_store_cache_set()

Completed in 4 milliseconds