Home
last modified time | relevance | path

Searched refs:upcalls (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c111 * can make upcalls as part of their normal operation. If you need to call
113 * will make any upcalls or not. For example ossl_provider_up_ref() can call
164 * error upcalls are always direct calls to the outer provider.
1037 * Deactivate a provider. If upcalls is 0 then we suppress any upcalls to a
1042 static int provider_deactivate(OSSL_PROVIDER *prov, int upcalls, in provider_deactivate() argument
1071 if (prov->activatecnt >= 2 && prov->ischild && upcalls) { in provider_deactivate()
1117 static int provider_activate(OSSL_PROVIDER *prov, int lock, int upcalls) in provider_activate() argument
1135 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate()
1141 if (prov->ischild && upcalls) in provider_activate()
1245 ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) ossl_provider_activate() argument
[all...]
/third_party/openssl/crypto/
H A Dprovider_core.c111 * can make upcalls as part of their normal operation. If you need to call
113 * will make any upcalls or not. For example ossl_provider_up_ref() can call
164 * error upcalls are always direct calls to the outer provider.
1035 * Deactivate a provider. If upcalls is 0 then we suppress any upcalls to a
1040 static int provider_deactivate(OSSL_PROVIDER *prov, int upcalls, in provider_deactivate() argument
1069 if (prov->activatecnt >= 2 && prov->ischild && upcalls) { in provider_deactivate()
1115 static int provider_activate(OSSL_PROVIDER *prov, int lock, int upcalls) in provider_activate() argument
1133 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate()
1139 if (prov->ischild && upcalls) in provider_activate()
1243 ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) ossl_provider_activate() argument
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dprovider.h59 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/third_party/openssl/include/internal/
H A Dprovider.h59 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);

Completed in 6 milliseconds