Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c1158 static int provider_deactivate(OSSL_PROVIDER *prov, int upcalls, in provider_deactivate() argument
1201 if (count >= 1 && prov->ischild && upcalls) { in provider_deactivate()
1255 static int provider_activate(OSSL_PROVIDER *prov, int lock, int upcalls) in provider_activate() argument
1277 if (prov->ischild && upcalls && !ossl_provider_up_ref_parent(prov, 1)) in provider_activate()
1283 if (prov->ischild && upcalls) in provider_activate()
1292 if (prov->ischild && upcalls) in provider_activate()
1395 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild) in ossl_provider_activate() argument
1409 if ((count = provider_activate(prov, 1, upcalls)) > 0) in ossl_provider_activate()
/freebsd/crypto/openssl/include/internal/
H A Dprovider.h56 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
/freebsd/crypto/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".
389 and must not call other OpenSSL API functions or upcalls.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod53 int ossl_provider_activate(OSSL_PROVIDER *prov, int upcalls, int aschild);
208 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the
310 the necessary upcalls for managing child providers. The I<handle> and I<in>