Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dprovider_core.c1040 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()
1148 if (prov->ischild && upcalls) in provider_activate()
1243 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument
1257 if ((count = provider_activate(prov, 1, upcalls)) > 0) in ossl_provider_activate()
/third_party/openssl/include/internal/
Dprovider.h59 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/third_party/openssl/doc/internal/man3/
Dossl_provider_new.pod56 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
221 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the
303 the necessary upcalls for managing child providers. The I<handle> and I<in>
/third_party/openssl/doc/man7/
Dprovider-decoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
Dprovider-encoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
Dprovider-base.pod121 for a description of the initialization function. They are known as "upcalls".
329 and must not call other OpenSSL API functions or upcalls.