Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dprovider.h58 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/openssl/crypto/
H A Dprovider_core.c1086 static int provider_deactivate(OSSL_PROVIDER *prov, int upcalls, in provider_deactivate() argument
1116 if (count >= 1 && prov->ischild && upcalls) { in provider_deactivate()
1170 static int provider_activate(OSSL_PROVIDER *prov, int lock, int upcalls) in provider_activate() argument
1188 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate()
1194 if (prov->ischild && upcalls) in provider_activate()
1203 if (prov->ischild && upcalls) in provider_activate()
1306 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument
1320 if ((count = provider_activate(prov, 1, upcalls)) > 0) in ossl_provider_activate()
/openssl/doc/man7/
H A DEVP_RAND-CRNG-TEST.pod13 its parent reference or via the provider entropy upcalls.
H A Dprovider-decoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
H A Dprovider-encoder.pod56 pointer than being able to pass it to the appropriate BIO upcalls (see
H A Dprovider-base.pod131 for a description of the initialization function. They are known as "upcalls".
357 and must not call other OpenSSL API functions or upcalls.
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod55 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
215 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the
297 the necessary upcalls for managing child providers. The I<handle> and I<in>

Completed in 27 milliseconds